Page 1 of 1

Mainpane should have no border

Posted: Mon Jan 23, 2006 10:51 am
by lordcoffee
Hi!

I'm working on a new theme and I have a problem with the "mainpane" border:

Image

I don't want this Border above and around the Mainpane. How can I do this. I tried Margin:0px; and padding: 0px; ... any ideas?

Thanks, Lordcoffee.

Re: Mainpane should have no border

Posted: Mon Jan 23, 2006 10:52 am
by garvinhicking
I'm afraid without actual HTML/CSS code this is very hard to inspect.

My guess is that either you've set a "border" attribute somewhere, or if your "mainpane" is a table you might not have cellpadding/cellspacing to 0...

Regards,
Garvin

Posted: Mon Jan 23, 2006 11:23 am
by lordcoffee
Shame on me! :oops:

It was the cellpaddind cellspacing!

Thanks Garvin!