HDRON, HDROFF, HDRTD |
Top Previous Next |
HDRON, HDROFF, HDRTD
Syntax
hdron=value hdroff=value hdrtd=value
Description
When a coldef hdr=text option is present, UnForm will add text to the top of the column, in a separate cell. In order to make a column-heading stand out, it may be desirable to give it attributes that are distinct from the column text. These keywords define HTML text attributes to add before and after any column header. hdrtd applies <td value> to the cell tag, while hdron and hdroff apply to the heading text. Values for individual row groups can be specified in the rowdef or coldef keywords.
For example, hdron=<small><b> and hdroff=</small></b> would make column headings small and bold.
Be sure to close any tags in the hdron value with corresponding tags in the hdroff variable.
|