|
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
__________________
|