Page 1 of 1

Searching for mainpane table padding? Not in style.css.

Posted: Fri Dec 16, 2005 8:50 am
by Guest
I'm getting along well with embeding a blog into my site using index.tpl and style.css except for one issue.

It seems that the mainpane table has 1px of padding so that there is a persistant border around the entire table and I cannot track it down. I don't want any padding. I hope this is clear.

Can anyone help me to find where this padding is coming from? Most appreciated.

Thanks much.

Posted: Fri Dec 16, 2005 9:00 am
by Guest
I think I should have said "cell spacing" for it seems the spaces surround both the content cell and sidebar cells. I should hae also explained I am using the default theme. Thanks again.

Posted: Fri Dec 16, 2005 9:45 am
by garvinhicking
Our #mainpane table doesn't contain any "cellspacing", so that shouldn't be it.

Look inside the style.css, the #mainpane has a 1px solid border around the table, I guess that's what you're having problems with.

Regards,
Garvin

Posted: Fri Dec 16, 2005 12:41 pm
by Guest
I figured it out garvinhicking. I added ...

border-collapse: collapse;

... to #mainpane in the css sheet. Looks llike it was just borders.

Thanks for the timely reply.