Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

table inside TD: formatting.

0 views
Skip to first unread message

Bob Bedford

unread,
Apr 26, 2004, 10:07:18 AM4/26/04
to
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"}

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

Bob Bedford

unread,
Apr 26, 2004, 10:20:11 AM4/26/04
to
sorry, the second one is TD, not TR...
"Bob Bedford" <bedf...@YouKnowWhatToDoHerehotmail.com> a écrit dans le
message de news:OdA3Lf5K...@TK2MSFTNGP12.phx.gbl...

Pascal Chevrel

unread,
Apr 26, 2004, 11:32:26 AM4/26/04
to

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/

0 new messages