2019.2

Table Of Contents
Content elements
Once you have created a template, it can be filled with all kinds of elements, from text to
barcodes and from tables to fields on a web form. All types of elements are listed on this page.
There are several ways to insert elements, see "Inserting an element" on page631.
Each element can have an IDand a class, as well as a number of other properties, depending
on the element's type. When an element is selected, its properties can be changed; see
"Selecting an element" on page632, "Attributes" on page630 and "Styling and formatting an
element" on page634.
ID's and classes are particularly useful with regard to variable data (see "Personalizing
content" on page786) and styling (see "Styling templates with CSS files" on page743).
When you add elements, such as text, images or a table, to the content of a template, you are
actually constructing an HTML file. It is possible to edit the source of the HTML file directly in
the Designer; see "Editing HTML" on the next page.
Element types
The following types of content can be added to the content of a template:
l "Images" on page724 and "Dynamic images" on page814
l "Text and special characters" on page735
l "Date" on page712
l "Table" on page731and "Detail Table" on page818
l "Boxes" on page692: Positioned Box, Inline Box, Div and Span
Tip
Wrapping elements in a box (see "Boxes" on page692) or in a semantic HTML
element makes it easier to target them in a script or in a style sheet. Place the
cursor in the element or select multiple elements. Then, on the menu, click Insert >
Wrap in Box. You can now use the wrapper element as a script's or style's selector;
Page 628