0
I wanted to know a script that when seeing link and name in html page changes the style...
I need to get a script that allows me to put some links and comment names or just one of the 2, I would need a place in this script for me to put my custom css for each link/name, and if I can customize it is even better, for me to put about 20 with the same css together and the others apart
or
A script that puts an ID for names
Detailing: It’s for blog comments, wanted to differentiate ADM, Members and visitors, so before creating the Tyles would need to be able to make this possible
Below is the pattern of how the current links are (for outsiders): every comment has the same class="fn" changes for everyone, in the same way that if you try to put an id on the link help me...
<cite class="fn">
<a href="LINK" rel="nofollow" target="_blank" title="Gabriel Miller">Gabriel Miller</a>
</cite>
I don’t know if it helps at first because the question got a little fuzzy, but you can use CSS that way:
a[title="Gabriel Miller"] { /* seu css */ }
– Leon Freire
it didn’t work no, maybe it got a little confused the question because I tried to explain perfectly what I wanted...
– Lary
You wanted to call the script based on which of the link attributes?
– Leandro