Use the command "Insert/ Table"or click the icon
to open the Table dialog. Use this dialog to insert a table into the
HTML document.
Properties
Table Size
Rows:specifies the number of rows in the table.
Cols: specifies the number of columns in the table.
Specify Width: when you want to specify the width of the table, check the "Specify Width" and click the spin button or type a number directly in the field. Otherwise the table will be shown in its auto size which means that the width will aumatically be adjusted to fit the size of your input.
Width: specifies the width of the table ( either in pixels or as a percentage of the browser window. Table specified in pixels is better for the precise layout of text and images in the table while table specified in percentage is a good choice when the proportion of the table is more important than its width).Layout
Border: specifies the border width of the table(the minimum border width is "0" which means that the border of the table will be invisible in browsing. But for the convenience of editing, the border will be shown in light grey in the Design window).
Cell Padding: specify the amount of spacing between the cell content and the cell boundary.
Cell Spacing: specify the amount of spacing between each table cell, not including the border.
Related Topics
Edit Page Insert Table
HTML Reference <TABLE>
HTML Reference <TD>
HTML Reference <TR>