View Single Post
Old 11-19-2003   #2 (permalink)
r4z0r
Registered User
 
r4z0r's Avatar
 
Join Date: Oct 2003
Location: England
Posts: 65

I don't quite see how you're using CSS in it - either link to an external css file with the following code in it:
a:visited {color:#your colour}

or add it in the <head> section of your pages with the following code:
<style type="text/css">
a:visited {color:#your colour}
</style>

Hope this helps
__________________
r4z0r is offline