· 1 min read

NO Table Cell Spacing Please

Remove cell padding on a table you add the cellspacing attribute and set it to "0". Is there a better way to do this with straight up CSS? Nothing seems to work...

<table id='my-favorite-table' cellspacing="0" >
...

Comments

Leave a comment