Ducks in a row: Invisible table
Ducks in a row: Invisible Table, Cell Spacing & Padding
That's OK but what if we wanted more space between our ducks?
Cellspacing
Space can be added between the table cells using the CELLSPACING tag within the <.TABLE> tag.
Cellpadding
Space can be added between the data and the cell wall using the CELLPADDING attribute in the <.TABLE> tag.
Here's the tag we'll use:
<.table border="0" cellspacing="20" cellpadding="20">
The higher the number, the more space you'll get. Let's look at the result:
Please return to the TableTricks Tutorial so we can take a look at the code.