2020.2

Table Of Contents
the Designer; see "Editing HTML" on page613.
The HTML tag of a Table is <table>. Tables are divided into table rows with the <tr> tag. Table
rows are divided into table data with the <td> tag. A table row can also be divided into table
headings with the <th> tag.
The tags <thead>, <tbody> and <tfoot> can be used to group the header, body, or footer content
in a table, respectively.
For information about HTML tables and a list of attributes, see
https://www.w3schools.com/html/html_tables.asp.
Inserting a Table
1.
On the toolbar, click the Insert Table button, or on the menu select Insert > Table >
Standard.
2. Enter the Table's desired attributes:
l
ID: a unique identifier for the Table. IDs are used to access the Table from scripts
and as CSS selectors for style rules.
l
Class: A class identifier for the Table. Classes can be shared between elements
and are used to access the Table from scripts and as CSS selectors for style rules.
l
The number of rows for the header, body and footer of the Table.
l
The number of columns
l
The width of the Table.
3.
Check the option Absolute to give the Table an absolute position, or use the Location
drop-down to select where to insert the Table:
l
At cursor position inserts it where the cursor is located in the template.
l
Before element inserts it before the HTML element in which the cursor is currently
located. For example if the cursor is within a paragraph, the insertion point will be
before the <p> tag.*
l
After start tag inserts it within the current HTML element, at the beginning, just after
the start tag.*
l
Before end tag inserts it within the current HTML element, at the end, just before
the end tag.*
Page 716