you've got whitespace in your code:

change it to this:

> <textarea name="text" col="120"
row="5"><cfoutput>#GetText.Text#</cfoutput></textarea>



> -----Original Message-----
> From: Clint Tredway [mailto:[EMAIL PROTECTED]]
> Sent: 20 March 2002 17:35
> To: CF-Talk
> Subject: RE: TextArea Input
> 
> 
> You need to trim() the variable.
> 
> Clint
> 
> -----Original Message-----
> From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 20, 2002 7:34 AM
> To: CF-Talk
> Subject: TextArea Input
> 
> 
> I have a memo field and I'm using a <textarea></textarea> to enter the
> information.  It seems to work fine, and the data looks good 
> in the table,
> but when I bring it back up to edit it, the text shows a 
> large whitespace
> before it.
> 
> So I have code like this.
> <textarea name="text" col="120" row="5">
>       <cfoutput>#GetText.Text#</cfoutput>
> </textarea>
> 
> Any suggestions?
> 
> T
> 
> 
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to