View Full Version : Im lost!


Goldie Da Mac
06-26-2003, 07:11 PM
Can someone help me out with a code/script please

I need a code so when someone visits the link, the link stays the same color after it has been visited.

I've tried creating a code but no luck.

Not very at CSS:(

Anyone able to write me a script please?

Lemon Squash
06-26-2003, 07:16 PM
Um..

<style type="text/css">
<!--
A:link{COLOR:# ;text-decoration:none;}
A:visited{COLOR:# ;text-decoration:none;}
A:active{COLOR:# ;text-decoration:none; }
A:hover{COLOR: # ;}
-->
</style>

Just put that in your <head> and make sure the A:visited's colour is the same as the A:link's O.o