I want to change the look of hyperlink text so that the link is not underlined and when you hover over it i want it to be underlined and perhaps as different color. this is what I have now - how do i change text attributes?
Thanks,
JoKo
John Kolker
Programmer
jwkolker@comcast.net
Code:
<STYLE TYPE="text/css">
<!--
.fnh a:link { color: #ffffff; }
.fnh a:visited { color: #ffffff; }
.fnh a:active { color: #ff0000; }
.fnh a:hover { color: #ff0000; background-color : #0000FF;}
.fnh a{ text-decoration: none }
-->
</STYLE>
Thanks,
JoKo
John Kolker
Programmer
jwkolker@comcast.net