I have LinkA and LinkB
My link tags look like this:
How do I change the colors for LinkB? For instance, LinkA is white and hover is black but I want LinkB to be black and hover to be blue. How do I do this?
Thanks!
My link tags look like this:
Code:
A:link {text-decoration: none; color: #FFFFFF} A:visited {text-decoration: none; color: #FFFFFF} A:active {text-decoration: none} A:hover {text-decoration: none; color: #000000;}
Thanks!
Comment