View Single Post
  #3  
Old 09-26-2009, 04:25 AM
 
jbvideo jbvideo is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 73
 

Default Re: changing prnotice link color

Yes, I do know that #000000 is black, which is why I changed the code to

A.Bottom:link {
BACKGROUND-COLOR: #FFD44C;
COLOR: #000000;
TEXT-DECORATION: underline;
}
A.Bottom:visited {
BACKGROUND-COLOR: #FFD44C;
COLOR: #000000;
TEXT-DECORATION: underline;


however there is no .bottom class in my css file and changing the color to #000000 of bottom:link and bottom:visited had no effect on the link font color.

Any other ideas where it could be?
__________________
Sharon
vers. gold 4.0.17 to 4.1.10 (july 2008 )
Reply With Quote