
May 6th, 2000, 11:41 PM
|
|
Contributing User
|
|
Join Date: Feb 2000
Posts: 38
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
well, if you mean for the output, you could use tables to keep it in the size you want, and those will wrap text.
if you are talking about in the actual form itself (input) you'll need to set the MAXLENGTH and the SIZE of the input to the limit on the length and to get a text box to wrap, you just set WRAP="VIRTUAL"
|