[thelist] simple problem with textarea

Brian Delaney brian.delaney at mccmh.net
Wed Jun 15 09:00:05 CDT 2005


Genius! I tell ya!

my tags were as follows:

<textarea>
</textarea>

when changed to <textarea></textarea> 

it fixed it!

Thanks


aardvark wrote:

>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