Setting Page Breaks and Column Breaks

For print-based output, you can apply a page or column break to a paragraph or heading (either via styles or local formatting). For example, you might do this if you want the paragraph or heading to start at the beginning of the next page or column. Alternatively, you can insert a manual page break on a line by itself, independent of any HTML element.

Manual vs. Style Page Breaks

Placing a page break on a style may be the preferred method in many cases, but there may be times when you find that it makes more sense to use an independent page break directly in the content file. This might be the case, for example, if you need a page break to occur after a paragraph and just before a heading, but only in some outputs.

Example You have a heading in the middle of a file that looks like this:

All by itself, this heading is not too difficult to deal with. However, suppose you are producing several outputs that include this content, and in some PDFs this heading should be an H2, in others an H3, and yet in others an H4.

Then, to make things even more complicated, let's say that you want there to be a page break before some of these headings (at each level) and no page break before others. If you relied solely on page breaks placed on styles, you might end up with two styles for each heading level and multiple conditions placed on each heading.

You can see how this might get very difficult to manage over time. So instead of relying on page breaks placed on styles, you might decide to simplify the content by inserting an independent page break and putting conditions on it that are appropriate for your various PDFs. Also, if you use Flare's TOC Depth setting for PDF targets (see Editing Heading Levels for a Print TOC), you only need one heading, and when the output is generated, Flare will automatically convert it to H3 or H4 as necessary.

How to Insert a Manual Page Break

  1. Open the content file.
  2. Place your cursor on an empty line where you want to insert the page break. When you generate print-based output, the break occurs after this insertion point.
  3. Select Insert > Page Break. If your application is resized so that you cannot see the text, look for the Page Break icon .

    A gray bar is displayed in the XML Editor, and it is also represented by a structure bar on the left side of the XML Editor. You can apply conditions to the break, in case it should be used in some outputs but not others.

    In the code, Flare uses the MadCap:pageBreak element where a page break is inserted.

How to Use a Style to Set a Page or Column Break

  1. From the Content Explorer, open the stylesheet that you want to modify.
  2. Complete one of the following sets of steps, depending on whether you want to use the Simplified view or Advanced view in the Stylesheet Editor.

    • Simplified The Simplified view displays styles in a grid view and is often best for brand new users.

      This view provides an easy way to apply properties to styles, with format options available from a toolbar and dialogs (similar to the way one would use an interface such as Microsoft Word). In some cases, only the most common property options are available in the Simplified view (e.g., font, letter/word spacing, paragraph alignment/indentation, autonumbering format, borders, background). One advantage of the Simplified view is that you can apply a property to multiple styles at the same time. You can also click a check box to hide the properties in the editor, allowing you to see only the styles.

    • Advanced The Advanced view displays styles in a tree structure, and despite the name, is user friendly for authors of all levels.

      For the properties, you can toggle between a grouped display and an alphabetical display. The Advanced view of the Stylesheet Editor lets you edit more settings than are available in the Simplified view. In addition, the Advanced view lets you see and apply settings to multiple mediums and media queries at the same time.

    Warning Mediums can be used if you want to use one group of settings for online output types and another group of settings for print-based output types. For example, you might use the default medium for your online outputs and the print medium for your print outputs.  From the Medium drop-down in the Stylesheet Editor, make sure the proper medium is selected before you begin. In the Advanced view, you can open multiple mediums at once; you just need to look at the title at the top of the medium pane and make sure you are working in the correct one. If you are not using stylesheet mediums for your different outputs or if you want all mediums to have the same settings, just leave the medium set to default and continue. Please note that Flare remembers the last medium that you used when working in the stylesheet, so it may or may not be the one that you want to use the next time around. See Mediums and Media Queries.

    Note With the Advanced view, you can set page breaks only. With the Simplified view, you can set both page and column breaks.

    If Using Simplified View

    1. In the local toolbar, make sure the first button displays The button to change the stylesheet to the simplified view. (which means that the Simplified view is currently shown in the editor). If the button displays The button to change the stylesheet to the advanced view. instead, then click it.
    2. In the upper-left corner of the Stylesheet Editor, click in the drop-down field and select The paragraph style category selected in the types of styles drop-down list..
    3. Select the appropriate style. For example, you can select the base p tag, or you can select a class that you may have created for that tag (e.g., p.Tip, p.Note). You can also place a page break on a heading style (such as h1).
    4. In the local toolbar of the editor, click Display properties for the selected item.. The Properties dialog opens.
    5. Select the Breaks tab.
    6. Use the Page Break and Column Break sections on the tab to specify the settings for a page or column break, respectively.

      Before

      You can select one of the options for setting a page or column break before the element.

      • Automatic A break will neither be forced nor prevented before the element.
      • Always A break will always occur before the element.
      • Avoid A break will not occur before the element.
      • Force to 'left page' One or two breaks will occur before the element so that the next page is formatted as a left page.
      • Force to 'right page' One or two page breaks will occur before the element so that the next page is formatted as a right page.

      After

      You can select one of the options for setting a page or column break after the element.

      • Automatic A break will neither be forced nor prevented after the element.
      • Always A break will always occur after the element.
      • Avoid A break will not occur after the element.
      • Force to 'left page' One or two breaks will occur after the element so that the next page is formatted as a left page.
      • Force to 'right page' One or two breaks will occur after the element so that the next page is formatted as a right page.

      Inside

      To the right of the property, click Display more options. and set a page break inside the "rendering box" of the element.

      • Automatic A break will neither be forced nor prevented inside the rendering box of the element.
      • Avoid A break will not occur inside the rendering box of the element.

    7. In the Properties dialog, click OK.

    If Using Advanced View

    1. In the local toolbar, make sure the first button displays The button to change the stylesheet to the advanced view.. If the button displays The button to change the stylesheet to the simplified view. instead, then click it.
    2. In the upper-left corner of the Stylesheet Editor, click in the drop-down field and select The paragraph style category selected in the types of styles drop-down list..
    3. Select the appropriate style. For example, you can select the base p tag, or you can select a class that you may have created for that tag (e.g., p.Tip, p.Note). You can also place a page break on a heading style (such as h1).
    4. From the Show drop-down list on the upper-right side of the editor, select Show drop-down set to display all properties in styles..
    5. (Optional) You can use the toggle button in the local toolbar to show properties below in a group view Stylesheet local toolbar button to show properties in a group view. or an alphabetical view Stylesheet local toolbar button to show properties in an alphabetical view..
    6. If you are using the grouped view, expand the PrintSupport group.
    7. Select the appropriate property and set a value for it.

      column-break-before

      To the right of the property, click Display more options. and set a column break before the element.

      • always A break will always occur before the element.
      • auto A break will neither be forced nor prevented before the element.
      • avoid A break will not occur before the element.
      • inherit The break setting of the parent tag is used.

      column-break-after

      To the right of the property, click Display more options. and set a column break after the element.

      • always A break will always occur after the element.
      • auto A break will neither be forced nor prevented after the element.
      • avoid A break will not occur after the element.
      • inherit The break setting of the parent tag is used.

      column-break-inside

      To the right of the property, click Display more options. and set a column break inside the "rendering box" of the element.

      • auto A break will neither be forced nor prevented inside the rendering box of the element.
      • avoid A break will not occur inside the rendering box of the element.
      • inherit The break setting of the parent tag is used.

      page-break-before

      To the right of the property, click Display more options. and set a page break before the element.

      • always A break will always occur before the element.
      • auto A break will neither be forced nor prevented before the element.
      • avoid A break will not occur before the element.
      • inherit The break setting of the parent tag is used.
      • left One or two breaks will occur before the element so that the next page is formatted as a left page.
      • right One or two page breaks will occur before the element so that the next page is formatted as a right page.

      page-break-after

      To the right of the property, click Display more options. and set a page break after the element.

      • always A break will always occur after the element.
      • auto A break will neither be forced nor prevented after the element.
      • avoid A break will not occur after the element.
      • inherit The break setting of the parent tag is used.
      • left One or two breaks will occur after the element so that the next page is formatted as a left page.
      • right One or two breaks will occur after the element so that the next page is formatted as a right page.

      page-break-inside

      To the right of the property, click Display more options. and set a page break inside the "rendering box" of the element.

      • auto A break will neither be forced nor prevented inside the rendering box of the element.
      • avoid A break will not occur inside the rendering box of the element.
      • inherit The break setting of the parent tag is used.
  3. Click Save the active file. to save your work.

Icon Types

If you are working on a document in the Print Layout mode, you may see icons in the margins next to text. These icons indicate where a paragraph has been moved to another page or column as a result of a page or column break, or due to widow or orphan control.

Following are the types of icons that you might see in a document.

Explicit Page Break This icon displays if you have created a page break before a paragraph.

Explicit Page Break by Previous This icon displays if you have created a page break after a paragraph.

Explicit Column Break This icon displays if you have created a column break before a paragraph.

Explicit Column Break by Previous This icon displays if you have created a column break after a paragraph.

Orphan Controlled This icon displays if a paragraph has been adjusted due to orphan control.

Widow Controlled This icon displays if a paragraph has been adjusted due to widow control.

What’s Noteworthy?

Note In online outputs, page breaks are ignored.

Note If you are using a multi-column page layout and set an "Inside" break to "Avoid," you must specify this in both the "Page Break" and "Column Break" fields.

Note It is also possible to use styles to set breaks on lists and tables. See Setting Page and Column Breaks for Lists and Setting Page, Column, and Frame Breaks on Tables.

Note The method to insert page breaks independent of an HTML element is not supported for lists or tables. However, you can split a list or table into two separate lists or tables and then insert an independent page break in an empty paragraph between the two.

What’s Next?

After editing a style, you can apply it to content in a topic or snippet. See Applying Styles to Content.