2020.2

Table Of Contents
l
After element inserts it after the element in which the cursor is currently located. For
example if the cursor is within a paragraph, the insertion point will be after the end
tag of the paragraph (</p>).*
l
Replace inserts it in place of the currently selected element. (This option is not
available when inserting content in a Master Page.)
* If the current element is located inside another element, use the Elements drop-down to
select which element is used for the insertion location. The list displays every element in
the breadcrumbs, from the current selection point down to the root of the body.
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 facing
page.
5.
Uncheck the box Allow resizing if the columns should not be resizable in the workspace
(in Design mode). 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.
Page 717