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>
- General Architecture Len, Peter
- RE: General Architecture William Kaufman
- Joey A. Gartin
