<class home>  <Tables, Frames, and Layers>   <back   next>

Tables

Cell Spacing and Cell Padding:

Table:
hi hi hi
hi hi hi
hi hi hi

cell spacing: the amount of space between cells

This has spacing of 10 pixels:

hi hi hi
hi hi hi
hi hi hi

cell padding: the amount of space between the cell walls and content.

This has a padding of 10 pixels:
hi hi hi
hi hi hi
hi hi hi

To set spacing and padding:

1. Select the table

2. In the properties inspector adjust spacing and padding.