martin2k

The TEXTAREA Tag

HomeForumTutorials Tags:
 
 

Name

Text Area

Description

This tag creates a multiline textbox.  It is used as part of a Form (see the FORM tag) as an input control.

Attributes

COLS

Specifies the width of the textbox in characters.

DISABLED

Disables the textbox.

NAME

Specifies the name used by the Form to identify the drop-down list.

READONLY

When set, the user will not be able to modify the contents of the textbox.

ROWS

Specifies how many rows (lines) are displayed of the textbox.

Example

Code

<textarea cols="30" rows="5">Burns: I feel like such a free spirit, and I'm really enjoying this so-called... "iced cream".
...[1F05] Bart's Inner Child</textarea>

Generates


Please fill in the below form if you have any comments or additional information you want to add about the above information.  If you have any questions, please visit the ForumAny questions sent using this form will be ignored.

* - Mandatory

*Name: E-mail:

*Comments:

*Please type the following code (your comment cannot be accepted without it):


© Martin Allen 1999 - 2006.  Last updated Friday 03 November 2006 10:50:19 PM -0000.