alecjw Posted September 25, 2006 Share Posted September 25, 2006 How do i remove the gap between cells in a table, peferably using css? Quote Link to comment Share on other sites More sharing options...
fenway Posted September 25, 2006 Share Posted September 25, 2006 What gap? You mean the default cellpadding/spacing? Use the HTML attributes. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted September 26, 2006 Share Posted September 26, 2006 Or use CSS:[code]th, td { margin: 0px; padding: 0px;}[/code] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.