When creating a text field, make sure you have the ROWS=X COLS=x inside of the text field tag. Where “X” is the value of how many rows tall or how many columns wide you want the textarea to be.
In the example code below, we have made a text field that is 2 rows tall and 20 columns wide.
Example
Using the above example would create the below textarea box.
Related information
- See our text box and textarea definitions for further information and related terms and links.
- HTML and web design help and support.