At the moment, there is no CSS attribute for cellspacing that would be widely supported by the browsers. You could use border-spacing, but the most used browser definitely does not support that. Also, with the most popular browser, you might have trouble centering the table with the margin property. To cater for that, wrap the table in a div with text-align: center. Also, don't forget to add text-align: left to the table in that case, to stop centering inside table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.