Cellspacing in CSS?

J

Jim Scott

Is there a css equivalent to Cell Spacing in HTML tables?
I tried border-spacing, but that did not seem to work although I was told
it would.
 
M

Murray

Not really - there is border-spacing, but it's not widely supported as you
discovered (you have to have created the table with the separate-borders
model). I would still just use the cellspacing attribute.
 
J

Jim S

Not really - there is border-spacing, but it's not widely supported as you
discovered (you have to have created the table with the separate-borders
model). I would still just use the cellspacing attribute.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CSS attribute for CELLSPACING 5
Linked stylesheet problem 2
Line spacing issues 2
Excellent FP CSS display Prob work around! 2
Easy CSS Question 7
cellspacing 6
Problems with Borders using CSS 17
cell spacing 1

Top