Next Previous Up Top Contents Index

WebMaker User Guide

12.5.1 Specification of attributes of a node rule

The node attributes include:

TITLE  "the node HTML title"
CLASS  "class-name"

where:

TITLE

must be followed by a character string to be used as the HTML TITLE of the node.

CLASS

must be followed by a character string, which can be enclosed in double quotation marks or not. This string is the name of the class of all HTML tags written by this node rule, which includes only the HTML generated by the WML commands in the HEADER and FOOTER. This is an optional attribute. If you use it, all the HTML tags written by commands in the HEADER and FOOTER will have the same class name (unless the individual WML commands provide the class keyword argument, which overrides the CLASS attribute of the node rule). See Section 12.4, "WML support for CSS".

TITLE is written into the HTML file of a node on creation.