Insert HTML Table

The Insert HTML Table menu option is the ninth item in the Page menu. Use the Insert HTML Table option to add an HTML table structure to the selected page. Selecting this option opens the Table dialog box.

Each of the options on this dialog box is described below. Once a table has been inserted, you can double-click the table in the script page and make additional changes.

Rows

The row value indicates the number of rows you want to be displayed in the table.

Columns

The column value indicates the number of columns you want to be displayed in the table.

Border

Select this option to have a border for the table.

Include Table Heading

If you select this option a single row will be added to the top of the table that spans all columns. This row is meant to be used for a heading for the table.

Include Column Headings

If you select this option, a row will be added to the table for columns headings.

Include Row Headings

If you select this option, a column will be added to the table for row headings.

Sample

This field provides an example of what the table will look like on the page.

OK

Clicking the OK button will add an HTML table with the selected characteristics to the page.

Cancel

Clicking the Cancel button will close the window without creating the HTML table.