Click to See Complete Forum and Search --> : Form problem


moondance
04-27-2003, 01:47 PM
I've just put a little form in one of my pages:

<form action="MAILTO:blahblah@hotmail.com" method="post" enctype="text/plain">
<p>Your Name: </p>
<input TYPE="text" NAME="persons-name" SIZE="40" MAXLENGTH="40">

<p>Subject: </p>
<input TYPE="text" NAME="subject" SIZE="40" MAXLENGTH="40"><br>

<p>Comments: </p>
<textarea NAME="comments" ROWS="5" COLS="30">
</textarea>
<br>
<input TYPE="submit" NAME="Request" VALUE="Let Me Know">
</form>


When you click on the textarea box, to type something in, the cursor starts about 2 lines down. If you hold the mouse buton and drag to the top of the box, its full with blank characters - spaces i presume.

Anyone know what this is and how to make the box 'truly' empty?

ta in advance ;)

moondance
04-27-2003, 02:21 PM
ohh yeah that done the job

d'oh :eek:

didn't think browsers minded a bot of the old white space between tags and stuff

cheers mate