Here is the how for all that don't know and want to.
You have to define a class and insert it into each anchor tag
Here is your class:
A.white:link {text-decoration: underline; color: #0000FF;}
A.white:visited {text-decoration: underline; color: #0000FF;}
A.withe:active {text-decoration: underline; color: red;}
A.white:hover {text-decoration: underline; color: red;}
and you call it like:
a class="white" href="blabla.htm"
__________________
Thanks,
Kit
|