Jan 13 2007
CSS Remove Spacing Between Table Cells
You may be wondering why even if you set the margins of the td elements in a table to 0px a space still appears around them. You can remove this spacing by using: table {border-collapse: collapse;}
Jan 13 2007
You may be wondering why even if you set the margins of the td elements in a table to 0px a space still appears around them. You can remove this spacing by using: table {border-collapse: collapse;}