Backgrounds and Spacing

Go to the Navigation pageHelpExitBackNext

CELLPADDING and CELLSPACING
You can also control the space around the borders of a table with the CELLPADDING and CELLSPACING attributes. The CELLSPACING attribute sets the amount of space (in pixels) between table borders and between table cells themselves. The CELLPADDING attribute sets the amount of space around the edges of information in the cells.

 
...
<BODY BGCOLOR="white">
<TABLE BORDER=1 CELLPADDING=10 CELLSPACING=5>
...