What is cell spacing and cell padding?
Cell spacing defines the distance a cell’s frame is from the edges of other objects outside the cell. Cell padding defines the distance between its border and inner content. Ex: (border=1 cellPadding=1 cellSpacing=1 width=75%) Before you insert a new table into your web page, you should take the time to determine the spacing and padding size prior to insert.