Re: Putting default text into a TEXTAREA

>Is there any way to give a browser user a way to edit text that is more than
>one line long?  The TEXTAREA tag does not support VALUE=, and INPUT
>with TYPE=TEXT is limited to 1 line.

Is the foillowing enough of a hint?

<textarea name=test rows=4 cols=50>Text to edit</textarea>

-- 
R Levitte, Levitte Programming; Spannvägen 38, I; S-161 43  Bromma; SWEDEN
Tel: +46-8-26 52 47, (via nation.se) +46-8-728 20 33;  No fax right now
PGP key fingerprint = A6 96 C0 34 3A 96 AA 6C  B0 D5 9A DF D2 E9 9C 65
Check http://www.lp.se/~levitte for my public key.  bastard@bofh.se

Received on Monday, 23 September 1996 06:32:16 UTC