O
Orlando Gondar
Can someone correct this for me, I had look for variations
but this I had not found any one.
What I am trying to do is that any link on the page ( FP 2003 )
will not show the underline, and will not use the link's colors.
The code below works perfect but one....
<STYLE>
a: link { text-decoration: none;}
a: active { text-decoration: none;}
a: visited { text-decoration: none;}
</STYLE>
This one does nothing: a: visited { text-decoration: none;}
After visiting the link, the links still change the color.
Thanks
but this I had not found any one.
What I am trying to do is that any link on the page ( FP 2003 )
will not show the underline, and will not use the link's colors.
The code below works perfect but one....
<STYLE>
a: link { text-decoration: none;}
a: active { text-decoration: none;}
a: visited { text-decoration: none;}
</STYLE>
This one does nothing: a: visited { text-decoration: none;}
After visiting the link, the links still change the color.
Thanks