1.5

Table Of Contents
It is highly recommended to use style sheets in templates right from the start. Even more so if
the communications are going to be output to different output channels, or if they consist of
different sections (for example, a covering letter followed by a policy). Using CSS with
templates allows a consistent look and feel to be applied. A style sheet can change the look of
multiple elements, making it unnecessary to format each and every element in the template,
time and again, when the company's layout preferences change. See "Styling templates with
CSS files" below.
Layout properties
Colors and fonts make an important contribution to the look and feel of your template. See
"Colors" on page185 and "Fonts" on page189.
Text and paragraphs have a number of formatting options that are not available for other
elements: font styles and line height, for example. See "Styling text and paragraphs" on
page177.
Boxes and a number of other elements can have a background color and/or background image;
see "Background color and/or image" on page181.
Several elements, such as boxes, images, paragraphs, and tables, can have a border; see
"Border" on page182.
Boxes, images, tables, text and other elements can be rotated; see "Rotating elements" on
page195.
Spacing (padding and margin) helps to position elements relative to other elements in the
template; see "Spacing" on page191.
The best way to position elements depends on the output channel for which the template is
intended; see "How to position elements" on page174.
The locale setting influences how dates, numbers and amounts of money are displayed; see
"Locale" on page196.
Styling templates with CSS files
The Layout toolbar and the Format menu offer many possibilities to style every piece of a
template. However, styling every single element, one after another, is a lot of work and, more
Page 166