http://www.techimo.com/forum/showthr...377#post728377
Put this in the head of your document
Code:
<style type="text/css">
<!--
.roll { text-decoration:none; color:black; }
A.roll:hover { text-decoration:underline; color:yellow; }
-->
</style>
Put this in your body section
[code<a href="whatever.html"
class="roll">whatever</a>
[/code]
You can change the settings in the style type section to whatever you prefer
HTH's