2021.2

Table Of Contents
Note
Improved page breaking in Connect 2019.1 might impact upon templates made with
earlier versions. See "Known Issues" on page111.
Inserting a page break
To insert a page break before or after a certain element, set the page-break-before property or
the page-break-after property of that element (a paragraph for example; see also "Styling text
and paragraphs" on page759):
1. Select the element (see "Selecting an element" on page638).
2. On the Format menu select the respective element to open the Formatting dialog.
3. In the Breaks group, set the before or after property.
l Before: Sets whether a page break should occur before the element. This is
equivalent to the page-break-before property in CSS; see CSS page-break-before
property for an explanation of the available options.
l After: Sets whether a page break should occur after the element. Equivalent to the
page-break-after property in CSS; see CSS page-break-after property for an
explanation of the available options.
Click the button Advanced to add CSS properties and values to the inline style tag directly.
Alternatively you could set this property on the Source tab in the HTML (for example: <h1
style="page-break-before: always;">), or add a rule to the style sheet; see "Styling your
templates with CSS files" on page751.
Note
You cannot use these properties on an empty <div> or on absolute-positioned elements.
Preventing a page break
To prevent a page break inside a certain element, set the page-break-inside property of that
element to avoid:
Page 505