1.8

Table Of Contents
l
Font Style: Use the drop-down to select the font style (see
http://www.w3schools.com/cssref/pr_font_font-style.asp:
l
None: Does not define the property.
l
Normal: Defines font-style as normal
l
Italic: Makes the font italic.
l
Oblique: Makes the font oblique (this is generally the same as italic but does not
require a special italic version of the font).
l
Name: Check the fonts in the list to include them in the font definition.
Image Formatting dialog
The Image Formatting dialog is accessible by selecting an image in the template and then
selecting Format > Image in the menu.
All settings in this dialog are in fact CSS properties. Cascading Style Sheets (CSS) were
originally designed for use with web pages: HTMLfiles. Since Designer templates are HTML
files, they are styled with CSS. To learn how to use CSS in the Designer, see "Styling and
formatting" on page551 and "Styling templates with CSS files" on page553. For information
about specific properties and their options, see W3Schools CSS Reference.
For more information about the use of images, see "Images" on page537 and "Styling an
image" on page576.
Image Tab
l
General group:
l
Width: Set the width of the image in measure or percentage. Equivalent to the CSS
width property.
l
Height: Set the height of the image in measure or percentage. Equivalent to the
CSS height property.
l
Angle: Set the rotation angle of the image in clockwise degrees. Equivalent to the
CSS transform:rotate property.
l
Corner radius: Set the radius of rounded border cornersin measure or percentage.
Equivalent to the CSS border-radius property.
Page 680