Re: Putting default text into a TEXTAREA (fwd)
Carl Morris (msftrncs@htcnet.com)
Mon, 23 Sep 1996 16:17:39 -0500
Message-Id: <199609232121.QAA08073@inet.htcnet.com>
From: "Carl Morris" <msftrncs@htcnet.com>
To: <www-html@w3.org>
Subject: Re: Putting default text into a TEXTAREA (fwd)
Date: Mon, 23 Sep 1996 16:17:39 -0500
| And is that text supposed to be treated as PRE?
|
| MSIE doesn't correctly strip a newline after <PRE>, so that given
this:
|
| <TEXTAREA NAME="Comments" COLS=40 ROWS=3>
| Some text here that was added by a CGI script that
| requires data replacement tags to be the only
| element on the line.
| </TEXTAREA>
|
| The text will begin on the second line of the text box.
And to make matters worse, it certianly doesn't use a monospaced font
does it...
:(