Thread: css question
View Single Post
Old 06-15-2003, 05:20 PM  
DirkPitt
Confirmed User
 
Join Date: Sep 2002
Location: Mars
Posts: 357
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
DirkPitt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote