User Guide

Table Of Contents
Windows
10-18
ImageAXS Pro 4.0
Creating Web Page Templates
The pages ImageAXS Pro creates are essentially tables containing
thumbnail images and (if you specify them in the HTML Export
Wizard) links to other HTML pages. The standard ImageAXS Pro
template files (see page 10-7) use extensions that define area
substitutions for graphics within the page. These extensions are
described below for your use in editing the standard templates or
creating new ones.
Be sure to give any template files you create an .HTX extension
and store them in the Templates folder in the same folder where
you installed ImageAXS Pro.
Area extensions
These define the appearance of the page. Place area extensions on
separate lines, without any other code.
Note The Þrst three extensions can only appear once per template.
<!--IAXPAGE> and </IAXPAGE-->
Used to define the page itself; usually contains an HTML table
definition.
<!--IAXTR> and </IAXTR-->
Typically used to define the rows of the table; must be inside
IAXPAGE brackets.
<!--IAXTD> and </IAXTD-->
Contains the definition of one logical cell (which can actually be
several consecutive cells in a row); must be inside IAXTR
brackets.
<!--IAXRI> and </IAXRI-->
Contains a link to the record information page for the record;
must appear in cell definition (IAXTD).
<!--IAXIM> and </IAXIM-->
Defines a link to the full image page for the record.