> The text doesn't seem to care, however, and though the > text box did indeed grow taller, the text is staying on the first > line.
Try using HTML <textarea> tag instead of <input>, as in ... <textarea row="20" cols="10">your text this is very long text just so you know</textarea> -artcoder http://learnwebdesignonline.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
