Page 1 of 1

Width table

PostPosted: Tue May 04, 2004 4:26 am
by michel_5169
I want to modify the width "table" for the comments:
I hop 75%...
Any idea for that ?
I don't find the line code.
Thanks

Re: Width table

PostPosted: Tue May 04, 2004 6:17 pm
by arjunrc
michel_5169 wrote:I want to modify the width "table" for the comments:
I hop 75%...
Any idea for that ?
I don't find the line code.
Thanks


You may want to try this:


td.message_body p
{
width: 75%;
/* the padding stuff is optional */
padding-top:15px;
padding-bottom:15px;
padding-left:15px;
background: rgb(230,230,250);
}

Also, for this to work, make sure you dont specify a background in
td.message_body and .message_body classes.

regds
arjun

PostPosted: Wed May 05, 2004 5:23 am
by michel_5169
Ok !
Well done. I understood now.
Thanks !