1.7

Table Of Contents
l
Section Selector: Displays the currently active section. Clicking on another section
switches to that section.
l
Media Selector (Master Page editor only): Displays a list of Media resources. Clicking on
a media will display its Virtual Stationery background while in Preview mode.
l
Zoom Level: Displays the current zoom level and drops-down to change the level.
l
Zoom in: Zooms in by 25%
l
Zoom out: Zooms out by 25%
l
Actual Size: Zooms to 100%.
l
Fit Width: Adjusts zoom to fit the exact width of the template to the available workspace.
l
Responsive Design View: Use the drop-down to select a specific screen width, to test
the design for different devices. Not available in Print contexts.
Preview Tab
The preview tab shows the template as it will output with the current record (see "Loading data"
on page221), with the personalized content (see "Personalizing Content" on page219).
Although it is possible to edit the template in Preview mode to a certain extent, it is
recommended to do all editing in the Design mode.
Source Tab
The source tab displays the HTML source for the template, including HTML Headers, CSS and
HTML code. The source is displayed in a color-coded text editor, to quickly visualize the code.
In this tab changes and adjustments can be made to the code.
To the left of the Source tab, a bar helps visually identify the start and stop of an element. For
example when clicking on the opening <table> element, this bar marks the whole <table> and
all its contents, until the ending </table> tag.
Pretty print options
In the Source view the HTML source of the template is "pretty printed" (that is: formatted, adding
new lines and indentation) to make it more readable.
When this is undesirable, the Source view formatting can be turned off for (parts of) a section by
adding <!-- format:off --> in Source view, at the beginning of the text or in between two
HTML elements. From that point on, pretty printing will be disabled for that section. Use <!--
format:smart --> or <!-- format:auto --> to turn the formatting back on.
Page 369