CSS Problems
-
So I wanted to make my name on my blog red. I added this into style.css
a[href="/author/admin"]{ color: red; } <a href="/author/admin">ItsGreg</a>
I uploaded it to my server, and my name was red.
So, since i’m not the only admin, I wanted to change my friend’s name to red as well. So I just copied the css, pasted it under the one I already had, and changed the link and name, but only my name was red. So I deleted my name from it, and pased it under the other admin’s name, then only his name was red..
How to I make both of our names red? Or, how to I make our names different, like mine green and his blue?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS Problems’ is closed to new replies.