HTML Presentation Templates

An HTML presentation template file (*.htmltpl) allows you to define the header, footer, home page, and style sheet (for font, color, background, size, margin, and alignment) for your HTML report. The formatting defined in your style sheet will override any defined in the Report Wizard or Report Editor.

Note: If you open a report saved in a previous version, the HTML presentation template has the values of the default HTML presentation template or the Presentation template box will be set to (<None>).

Style Sheet Structure

The following table describes the use of class names in the report style sheets:

Class names

Description

BODY

Background styles for all report pages, except the home page frame and the browser frame page.

.BROWSERBODY

Background styles for the browser page.

.HOMEBODY

Background styles for the home page.

.TEXT

Font styles for text blocks, like description, annotation, etc.

.TITLE

Font styles for the title of the home page.

TABLE

Styles for tables.

TD

Styles for table cells.

Table.GRID

TABLE.GRID TD.HEADER

TABLE.GRID TD

TABLE.GRID TD TD2

Styles for the tables, header cells, even row, and odd row cells of object lists.

Table.FORM

TABLE.FORM TD.HEADER

TABLE.FORM TD

Styles for the tables, row header cells, and value cells of object cards.

Table.TEXT

TABLE.TEXT TD

Styles for the tables and the cells of tables around the text blocks.

Table.TITLE

TABLE.TITLE TD

Styles for the tables and the cells of tables around the home page title.

Table.GRAPHICS

TABLE.GRAPHICS TD

Styles for the tables and the cells of tables around graphics.

H1, H2, H3

Styles for level 1, 2, and 3 headings.

HR

Styles for separator lines.

A:LINK

A: VISITED

A: HOVER

Colors for non-visited, visited, and highlighted hyperlinks.

.BROWSER

Font styles for the browser.

A.BROWSER:LINK

A.BROWSER:VISITED

A.BROWSER:HOVER

Colors for non-visited, visited, and highlighted hyperlinks of the browser.

TABLE.NAVGROUP

TABLE. NAVGROUP TD

Styles for the tables and the cells of tables around the navigation buttons.

.NAVBUTTON

A.NAVBUTTON:LINK

A.NAVBUTTON:VISITED

A.NAVBUTTON:HOVER

Font styles for navigation buttons and for non-visited, visited, and highlighted hyperlinks of navigation buttons.