[quote author=boblucci link=board=9;threadid=9399;start=0#msg85227 date=1088194848]
cloverm thanks!
that will do the whole page, what about just one hyperlink?
[/quote]
You can create a class ID for the a tag. Try this
Code:
<style type="text/css">
<!--
A.hidden:link {text-decoration: none; color: #FFFFFF;}
A.hidden:visited {text-decoration: none; color: #FFFFFF;}
A.hidden:hover {text-decoration: none; color: #FFFFFF;}
</style>
and then your link will look like this
This code is all just a guess so it may not work but I know you can create a class for a tag so that you can have several styles for any one tag.
Bookmarks