CSS help

Confused

Elite Member
Nov 13, 2000
14,166
0
0
Hey all,

I've done the ground-work for a website which has been modified/updated by the owner of it, and we're having one issue with links not changing font style/colour etc.

The site in question is here and the CSS is here

The main area content is contained within a div centercontent and the links on the right hand side of the main index are within another div, as yet unnamed. We have named this div and created a section for it in the CSS but the text changes make no effect. Background colours etc can change, but not the text.


Any thoughts/suggestions will be most appreciated :)

Thanks in advance
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
You need to add a color property to div.centersontent a:link {}, like:

div.centersontent a:link{
color: #ff0;
}

Edit: Oh noes that didn't work :(:eek: That should've done the trick.. I don't have the time to do it now, but you should check which one of the many stylesheets and embedded CSS is overriding the properties in stylesheet.css