Well I managed to get the pesky hyperlink underline to disappear with CSS but I'd like to also have my text change colors upon mouse over and I haven't been able to get A:hover to do the trick.
An obvious newbie move would be to insert it like this:
<STYLE TYPE="text/css">
<!--
A:link { text-decoration: none }
A:active { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: #ff0000 }
-->
</STYLE>
But this didn't get it. I don't know if I am missing another element or if there is some kind of conflict or if I am using the wrong code altogether to achieve the rollover but I am confident that one of you pros can get me straightened out!
Thanks in advance for any help fellas!
Dave Fore
An obvious newbie move would be to insert it like this:
<STYLE TYPE="text/css">
<!--
A:link { text-decoration: none }
A:active { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: #ff0000 }
-->
</STYLE>
But this didn't get it. I don't know if I am missing another element or if there is some kind of conflict or if I am using the wrong code altogether to achieve the rollover but I am confident that one of you pros can get me straightened out!
Thanks in advance for any help fellas!
Dave Fore