Desktop User Guides > Professional > Interview scripting > Writing interview scripts > Page layout facilities > Templates > Grid templates > Starting a grid template
 
Starting a grid template
A grid template definition is enclosed in the following tags:
<gridFormat> ... </gridFormat>
If you are using an XML authoring tool and want to validate your template against the grid schema, include information about the schema on the opening <gridFormat> marker. You can copy this information from one of the example templates.
All grid templates must have a name. You define this on the line immediately under the <gridFormat> marker, by typing:
<name>text</name>
where text is the name or description of the template.
To display a caption centrally under the grid, like a table or figure number in a book, type:
<comment>text</comment>
See also
Grid templates