Use a Textarea instead of a textbox.  You can change the size of the
Textarea by its cols and rows property, and it has a closing tag.

<textarea name='comments' cols='35' rows='5'>This would be where the text
initially shown would go, versus a value tag with textbox</textarea>



Reply via email to