View Full Version : A:link not working!


Queeny
12-21-2004, 03:41 PM
Alright, here's my code:


a:link{text-decoration:none; color: #0159B3;}
a:visited{text-decoration:underline; color: #00417E;}
a:active{text-decoration:none;color: #0159B3;}
a.external:link {color:#0159B3;}
a.external:visited {color: #00417E;}


I put this in my style.css file, but the unvisited links are still blue with an underline... did I make a typo somewhere?

kittycat
12-21-2004, 03:54 PM
Make sure your style.css doesn't have the <style> tags in it... If that's not the problem then it might help to see the rest of your code/the page.

Queeny
12-21-2004, 04:15 PM
Ah.
That was it, thanks so much kittycat! You're amazing!