PDA

View Full Version : Problem with Header CSS


SVTBlackLight01
05-25-2003, 04:20 AM
How can I keep my header CSS from affecting the properties of my forums links?

Velocd
05-25-2003, 04:59 AM
Not entirely sure of your intentions, but any code that resembles:

A:link, A:visited, A:active {
COLOR: #color
}

In your headinclude will globally affect all <a href> tags, unless the <a href> has a style="" attribute in itself (that changes the font), or font tags between the <a href></a> tags.

Also, remember to post coding stuff like this in the "support" forum.

SVTBlackLight01
05-25-2003, 05:45 AM
Actually what is happenning is that the CSS for my header template seems to be overriding some of the attributes in my headinclude.

SVTBlackLight01
05-29-2003, 12:35 AM
Well I wanted to be able to use the same CSS as the rest of my site, but I ended up having to have one just for the forum header. Oh well, it's working now.