Table and space

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Davy
Regular
Posts: 109
Joined: Fri Oct 13, 2006 2:06 pm
Location: The Netherlands

Table and space

Post by Davy »

Hey!

I use the Default Template for my blog, and that's great! But there are spaces between the cells of the table (mainpane) and I can't get them away. I don't mean the spaces between the border and the content, but that one between the cells.

Is there anyone who can tell me how to delete them?

Oh, if someone would like the CSS, ask! I'm searching for a solution for some days now...
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

what is your url? which browser are you using?
Davy
Regular
Posts: 109
Joined: Fri Oct 13, 2006 2:06 pm
Location: The Netherlands

Post by Davy »

I've just fixed it! Just the following code:

Code: Select all

<table cellspacing="0">
Post Reply