Why isn't this damned CSS working?

MSantiago

Senior member
Aug 7, 2002
308
0
86
Easy... <TABLE> doesn't inherit from <BODY> :)

Add the following code to your style sheet:

TABLE {
font-size : 9px;
font-family : Arial;
color : #333333;
background : #ffffff url() fixed repeat;
}

And that'll fix your problem!
 

Entity

Lifer
Oct 11, 1999
10,090
0
0
Originally posted by: MSantiago
Easy... <TABLE> doesn't inherit from <BODY> :)

Add the following code to your style sheet:

TABLE {
font-size : 9px;
font-family : Arial;
color : #333333;
background : #ffffff url() fixed repeat;
}

And that'll fix your problem!
Thanks, already figured it out though! That was exactly it, too. :D

Rob
 

Czar

Lifer
Oct 9, 1999
28,510
0
0
Originally posted by: Beau6183
Originally posted by: Czar
Entity,
if you are going to do any css then I highly recomend you using topstyle http://www.bradsoft.com/topstyle/
its so good that its the only software I'v bought in a very very long time :)

It wasn't a css problem, it was HTML interfering with it. Tables were cutting the <body> tag rules out.
i know, just that topstyle is soooo goooood :p