Your problem is not ColdFusion-related, it's HTML syntax that you need to learn more 
about.  Check any online manual regarding HTML specs - there's tons of them available.

Your current problem will be solved as follows:

<textarea cols=50 rows=10 name="body" wrap="virtual">#body#</textarea>

---mark

--------------------------------------------------------------
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--------------------------------------------------------------


> -----Original Message-----
> From: Gregg Kachel [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 27, 2000 10:27 AM
> To: [EMAIL PROTECTED]
> Subject: Textarea
> 
> 
> Hi, I'm sort of a newbie with Cold fusion, so I'm probably doing some 
> simple mistake. I can't get my text to show up on a cfquery using 
> <textarea> tag. Here is my code:
> <textarea cols=50 rows=10 name="body" wrap="virtual" font="arial" value= 
> "#body#"></textarea>
> Wierd thing is if I change it to an imput type ="text" it works 
> fine. So i 
> know it has to be something in my textarea code. Wierd part is, that same 
> exact code is used elsewhere and works. If anyone can help please do, 
> thanks.  The database is in access and is set for "memo" in that 
> field.  It 
> wouldn't be so bad but, some of the articles are rather long for a normal 
> text field.
> 
> Gregg Kachel
> 
> ------------------------------------------------------------------
> ------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with 
> 'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to