[thelist] simple problem with textarea

aardvark evolt at roselli.org
Wed Jun 15 08:21:15 CDT 2005


in your HTML, is your textarea like this:

	<textarea>
	</textarea>

or like this:

	<textarea></textarea>

any space between the open/close tags is considered part of the 
content of the textarea field...

On 15 Jun 2005 at 8:55, Brian Delaney wrote:

> When I tab through a form the cursor lands in the middle of the texarea 
> on the second line. It does the same for the next textarea box.
> All the other input fields start flush on the left corner.
[...]


More information about the thelist mailing list