Table: Border Space

Border spacing specifies the space between the cells in the table. To set the border spacing for a table, use the CSS border-spacing property in the style element:

table { border-spacing: 15px; }
Table with 5 pixel border spacing: Table with 15 pixel border spacing:
Jill Smith 50
Eve Jackson 94
John Doe 80
Jill Smith 50
Eve Jackson 94
John Doe 80

If the table has collapsed borders, border-spacing has no effect.

Back button Table of Contents Next button