I currently use the below script to remove the line beneath a link. But, I have found it only removes it in IE and not Netscape. Does anyone know of a script that will do both???
Here's the script:
<STYLE TYPE="TEXT/CSS">
<!--
a,a:link,a:visited,a:active {text-decoration: none;}
a:hover {text-decoration:underline;}
//-->
</STYLE>
Thanks,
---JKR
Here's the script:
<STYLE TYPE="TEXT/CSS">
<!--
a,a:link,a:visited,a:active {text-decoration: none;}
a:hover {text-decoration:underline;}
//-->
</STYLE>
Thanks,
---JKR
Comment