1.8

Table Of Contents
selector; see "Using the Text Script Wizard" on page249 and "Styling and
formatting" on page198.
l "Hyperlink and mailto link" on page183
l "Barcode" on page133
l "Whitespace elements: using optional space at the end of the last page" on page92 (Print
context only)
l "Page numbers " on page93 (Print context only)
l Article, Section, Header, Footer, Nav and Aside are HTML5 semantic elements; see
http://www.w3schools.com/html/html5_semantic_elements.asp
l Other HTML elements: Heading, Address and Pre
l "Snippets" on page196: a Snippet is a small, ready-to-use piece of content in a file
l Business graphics
Most elements are suitable for use in all contexts. There are a few exceptions, however.
Whitespace elements and Page numbers can only be used in a Print context. Positioned boxes
are well suited for Print sections, but are to be avoided in the Email context.
Whether it is best to use a Table or Box to position text, images and other elements, depends
on the context in which they are used; see "How to position elements" on page214 for more
information.
Editing HTML
When you add elements, such as text, images or a table, to the content of a template, you are
actually constructing an HTML file.
To see this, toggle to the Design tab in the workspace. Click anywhere in the content. Take a
look at the breadcrumbs at the top of the workspace. The breadcrumbs show the HTML tag of
the clicked element, as well as the HTML tags of other elements to which the clicked element
belongs. The clicked element is at the end of the line.
To edit the HTMLtext directly:
l In the workspace, toggle to the Source tab.
Page 129