View Single Post
  #5  
Old 01-03-2006, 07:07 AM
 
MCM MCM is offline
 

Senior Member
  
Join Date: Dec 2005
Posts: 114
 

Default

I've now got this in use in skin1.css (I've updated the colors)

Code:
.Bottom { BACKGROUND-COLOR: #081589; COLOR: #FFFFFF; .Bottom:link { COLOR: #FFFFFF; TEXT-DECORATION: none; } .Bottom:visited { COLOR: #68FFAF; TEXT-DECORATION: none; } .Bottom:hover { COLOR: #FF0000; TEXT-DECORATION: underline; } .Bottom:active { COLOR: #FFFFFF; TEXT-DECORATION: none; }

I've tried the <TD class="Bottom> with and without the class being specified in the <a> tag, as well, to no avail--the links still won't change to white
__________________
Version 4.0.17/4.0.18
Reply With Quote