CSS File:
Quote:
a:link { color : black; text-decoration : underline; }
a:active { color : black; text-decoration : underline; }
a:visited { color : black; text-decoration : underline; }
a:hover { color : black; text-decoration : none; }
|
View Problem:
www.AlexStanford.com
When my links are unviewed they are blue, once viewed they go to black. Why is this? I want them always black, and have an underline unless hovered.
Please inform me ASAP.
Thanks in advance,
Alex