2019.2

Table Of Contents
style tag containing the selected setting(s). Click the Advanced button to add CSS
properties and values to the inline style tag of the Span directly. For more information
about CSS, see "Styling and formatting" on page741.
Formatting a paragraph
Through the Paragraph Formatting dialog you can set the line height and first indent of a
paragraph, and specify how to handle page breaks before, in and after the paragraph. It also
lets you add spacing and a border; see "Spacing" on page783 and "Border" on page772.
To open the Paragraph Formatting dialog, select a paragraph (see: "Selecting an element" on
page632) or place the cursor in a paragraph, and then select Format > Paragraph.
For an explanation of all options in this dialog see: "Paragraph Formatting dialog" on page960.
Removing local formatting from text
Layout buttons and options on the Format menu add inline style tags to the text. Style tags can
look like this: <b>...</b> or like this: <p style= "color: red;" >.
Inline style tags have priority over styles defined in a CSS file because they are considered
more specific (see "Using a more specific CSS rule" on page752). For example, when a
formatting rule in a style sheet colors all paragraphs green, a paragraph with an inline style tag
to color it red would still stay red. So, when a rule in a style sheet doesn’t seem to work, an
inline style tag may be the culprit. In that case you might want to remove the local formatting.
To remove local formatting:
l
Select the formatted text and click the toolbar button Remove Formatting. Doing this
removes inline style tags from the selection.
l
Alternatively, click the Source tab at the bottom of the workspace (or select View >
Source View) to manually remove style tags.
Tip
When you select an element in the template, the Styles pane will show which
Page 756