Hi there

I have a problem on my website and I don't if I will explain it right, but I want to remove the spacing around the table and not in between the tables. So I basically want to remove celspacing round the table.

Recommended Answers

All 4 Replies

Yeap, I can't understand =x Try drawing maybe?

do you have sample code so we can see the behaviour you are talking about?

Hi, here is a image. The table left is the oringal table and the one on the right is what i want to accomplish. The red displays the spacing i wanna get rid of around the table, if it is possible.

Click Here

You could remove the left and bottom border with css.

border-left: none;
border-bottom: none;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.