- go to Insert>Form>Text Area
|
 |
- in the Input Tag Accessibility Attributes window, fill in:
- ID: comments
- Label: no label tag
|
 |
- click OK, you should now have a text area
- in the properties inspector I selected the following:
- Type: Multi line... this will allow more that one line of text to be written
- Num lines: 5... this is how many lines will show up in the browser
|
 |
|
|