Cellspacing in CSS?

  • Thread starter Thread starter Jim Scott
  • Start date Start date
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.
 
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.
 
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
Easy CSS Question 7
Problems with Borders using CSS 17
CSS in FP - border value of 0 6
cellspacing 6
CSS errors 2
Linked stylesheet problem 2
Using Style Sheets with FrontPage 13

Back
Top