ContentsIndexPreviousNext

7.5.2.4 Multiple-line Entry Fields

To create a multiple-line entry field, use the following syntax:

<TEXTAREA NAME="name" [ROWS=rows] [COLS=columns]> [Default_text]
</TEXTAREA>

where:

NAME assigns a name to the field.

ROWS specifies the number of rows in the field.

COLS specifies the number of columns in the field.