alecjw Posted September 25, 2006 Share Posted September 25, 2006 How do i remove the gap between cells in a table, peferably using css? Link to comment https://forums.phpfreaks.com/topic/22038-remove-gap/ 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. Link to comment https://forums.phpfreaks.com/topic/22038-remove-gap/#findComment-98588 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] Link to comment https://forums.phpfreaks.com/topic/22038-remove-gap/#findComment-98796 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.