do you have a link to your site ?
there might be some changes that we don't know about and looking at pages might give some result .
do you have a link to your site ?
there might be some changes that we don't know about and looking at pages might give some result .
No link I am afraid as it is on our test network. I would be more than happy to provide any pages if that would help?
since no link and this looks like modified template . then i suggest on installing FIREBUG extension for Firefox browser and using that , try to identify your problem with the link and its color .
this extension allows you to modify CSS and your page look ( cached version only ) and see the effect of changes , once happy you can just make it available to your CSS files
Thanks for the info - I will give it a try. Thanks for your time today, much appreciated.
Regards
Scott
<a id="blacklinks" href="%s">
#blacklink {
color:black;
}
These do not match - if they are what you actually have on your site, that is why you are not getting results.
my bad.. missed the "s" .. you right .. thats why is not applying the CSS rule to the link .