Thanks I was referring to the actual generic header...
here is the snipit of what I setup
<a class="hnav" href="http://www.fmforums.com/" target="_top">Home</a> <a class="hnav" href="http://www.fmforums.com/pages/rent.php" target="_top">Advertise</a> <a class="hnav" href="http://www.fmforums.com/threads/postlist.php?Cat=&Board=library" target="_top">How To</a>
and I added this to the CCS
.hnav{
color: #000000;
background: none;
}
.hnav a:link {
color: #000000;
background: none;
}
.hnav a:visited {
color: #000000;
background: none;
}
.hnav a:active {
color: #000000;
background: none;
}
But I just can't get it to turn white.
Last edited by oceanwest; 02/01/2004 1:53 PM.