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.
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.
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.
You could remove the left and bottom border with css.
border-left: none;
border-bottom: none;
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.