2020.1

Table Of Contents
Note: HTML has some restrictions as to which types of elements are allowed as children
of other elements. For example, a paragraph element is not allowed to have children that
are block level elements - like a Div or a Table. If inserting content at the selected location
would produce invalid HTML the final result may be different than expected. For example,
when you insert a Div into a paragraph, the paragraph gets split in two. This means you
end up with two paragraphs with the Div in between.
Note
l Tables with an absolute position are only useful in Print sections.
l Tables on a Master Page have to have an absolute position, unless they are
located inside another element with an absolute position.
4.
Click Next and select the desired table style. The top left actually applies no styling to the
table. The style can be easily changed afterwards; see "Styling a Table" on the next
page.
5.
Uncheck the box Allow resizing if the columns should not be resizable in the workspace.
This is useful if the column size is determined in the Source mode or in a style sheet.
6.
Click Finish to add the Table to the section.
Header and footer
Adding a header or footer
To add a header or footer to an existing Table, right-click the Table and then select Table >
Insert thead or Insert tfoot, on the shortcut menu.
Alternatively, click in one of the cells and select Insert > Table > Insert thead or Insert tfoot,
on the menu.
Deleting a header or footer
To delete a header or footer, simply right-click the header or footer and select Row > Delete on
the shortcut menu.
If the deleted element was targeted by a script, you will be asked if you want to delete the script
as well.
Page 274