How do you set the style of an <input type="text"/> box so that it will wrap to multiple lines like the tweet@rama app?
Thanks,
Michael
Michael S. Scherotter Principal Architect Evangelist Microsoft Corporation, Blog, Twitter, Facebook
Hi Michael,
The HTML Textarea element is what you want:
<textarea id="TextArea1" cols="20" rows="2"></textarea>