I've this css:
TR {
text-align:justify;
color: "#CCCCCC"}
TR {font-size: 10pt;
text-align:justify;
vertical-align: top;}
.contenttable, td.contenttable {
text-align: justify;
vertical-align: top;
backgroud-color: #FFFFFF;
padding:20px;
}
So in my html:<td width="100%"><table class="contenttable">....</table></td>
but I can't have the background white ???
Any help would greately be appreciated.
Regards.
BoB
Le 26/04/2004 16:07, Bob Bedford a ecrit :
> I've a big table that is used to set the general layout of my site.
> in the middle cell, I have the "content" of the site (on the left, there is
> the menu and on the right, some links)
>
> I've this css:
> TR {
> text-align:justify;
> color: "#CCCCCC"}
incorrect CSS syntax,
color: #CCCCCC;
>
> TR {font-size: 10pt;
> text-align:justify;
> vertical-align: top;}
>
> .contenttable, td.contenttable {
> text-align: justify;
> vertical-align: top;
> backgroud-color: #FFFFFF;
Syntax error,
background-color
pascal
--
Pascal Chevrel - Mozilla Champion
FAQ Mozilla/Netscape 7 en français : http://pascal.chevrel.free.fr/
Foros Mozilla en español : http://www.chevrel.org/es/foros/