//flex table opened by JP

Click to See Complete Forum and Search --> : Style Sheet Power!


DanielAc
01-04-2002, 12:43 PM
How do you write code to override a global style sheet setting?

Is it by using some sort of Div span?

I have a asp component I am using and the Global CSS file is messing up the link colors.

Thanks in Advance!

pixelstick
01-22-2002, 04:14 PM
The CSS attributes in the ASP (HTML) page override any global settings that may have been "included". Try redefining the attributes at the top of the ASP page that is having the problems. Also, be sure that your colors aren't being redefined in anything else that the page is including.

Good luck!