Text Field Tag Attributes
size
Sets the width for text fields. Set the attribute value to a number to represent the width of the field in characters. For example:
Form |
|
Block |
|
maxlength
Sets the maximum number of characters for text fields. Set the attribute value to a number to represent the maximum number of alphanumeric characters allowed. For example:
Form |
|
Block |
|