Forum Moderators: not2easy
a:link { color: #0000FF }
a:hover, a:visited { color: default } I want most of my a:visited to be the same color as a:linkAre you absolutely, 100%, beyond-the-shadow-of-a-doubt, no-negotiation positive that you want your links to behave differently than the way users have learned to expect over the last quarter-century? People expect links they have visited (a:visited) to look different from links they have not yet visited (a:link), and may get confused if they don't.
a:link, a:visited { color: #0000FF }
a:hover { color: default }