web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

how to set cellpadding=0 and cellspacing=0 using css

Haansi Profile Picture Haansi 1,433 Moderator

To manage cellpadding=0 and cellspacing=0 using css we will need to set two css properties. In table css class we will set border-collapse: collapse and in th/ td class we will need to set margin and spacing of td to zero.


Comments

*This post is locked for comments