Hi,
I'm on a roll here so here's one more question, if someone has time to look. The following page has the style sheet set up so that visited and non-visited links will have the same color, but it's not displaying that way for me. It's displaying a different shade of blue when visited.
Here's the code in my style sheet:
a:link {color: #3366CC}
a:visited {color: #3366CC}
a:hover {color: teal; text-decoration: none}
Suggestions? Thanks...
I'm on a roll here so here's one more question, if someone has time to look. The following page has the style sheet set up so that visited and non-visited links will have the same color, but it's not displaying that way for me. It's displaying a different shade of blue when visited.
Here's the code in my style sheet:
a:link {color: #3366CC}
a:visited {color: #3366CC}
a:hover {color: teal; text-decoration: none}
Suggestions? Thanks...