How can I change the colour of hyperlinks to white in HTML and CSS?
|
|
|||||||||
|
|
|
You use CSS
Anchor Pseudo-classes: http://www.w3schools.com/CSS/css_pseudo_classes.asp |
||
|
|
|
|
Use the color CSS property.
Problem is, visited links may not be shown as white as well. You may need to add extra rules:
|
||
|
|
|
|
just guessing, you may be looking for these as well:
|
||||||
|
|
|
in your css file. I will add that if you're doing it to try and hide many white links on a white background of a page it is a very bad idea. |
||
|
|
