The problem is that HTMLEditFormat is stripping CR/LF. Look at http://www.cflib.org/udf.cfm?ID=664
Pascal > -----Original Message----- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: 09 November 2004 18:40 > To: CF-Talk > Subject: RE: Problem with Quotation Marks in Textarea Formfield > > Thanks for all the input everyone... > > HTMLEditFormat() is helping....but... > > Before adding that code, my statement was > #Replace(Application.Article.Body, "#Chr(13)#", "<br>", "All")# > to create paragraphs... > > Now with HTMLEditFormat() added, I've got: > > #HTMLEditFormat(Replace(Application.Article.Body, "#Chr(13)#", "<br>", > "All"))# > > This code solves the quote issue, and leaves my paragraphs intact, > but not I've got <br> showing up in the text. > > Does using HTMLEditFormat() make Replace() unnecessary? > > Or how should the code be changed? > > Thanks, > > Rick > > > > -----Original Message----- > > From: Pascal Peters [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 09, 2004 11:56 AM > > To: CF-Talk > > Subject: RE: Problem with Quotation Marks in Textarea Formfield > > > > > > HTMLEditFormat() > > > > Pascal > > > > > -----Original Message----- > > > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > > > Sent: 09 November 2004 17:30 > > > To: CF-Talk > > > Subject: Problem with Quotation Marks in Textarea Formfield > > > > > > When a user puts in Quotation Marks in a Textarea formfield > > > the text gets cut off starting with the first quote... > > > > > > How can I avoid this? > > > > > > (I search the HOF archives but didn't find anything helpful...) > > > > > > Thanks, > > > > > > Rick > > > > > > -- > > > Outgoing mail is certified Virus Free. > > > Checked by AVG Anti-Virus (http://www.grisoft.com). > > > Version: 7.0.280 / Virus Database: 265.1.0 - Release Date: > > 11/9/2004 > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > ~~~~~~~~| > > Special thanks to the CF Community Suite Gold Sponsor - > CFHosting.net > > http://www.cfhosting.net > > > > Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183757 > > Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 > > Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 > > Unsubscribe: > http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4 > Donations & Support: http://www.houseoffusion.com/tiny.cfm/54 > > -- > Incoming mail is certified Virus Free. > Checked by AVG Anti-Virus (http://www.grisoft.com). > Version: 7.0.280 / Virus Database: 265.1.0 - Release Date: 11/9/2004 > > -- > Outgoing mail is certified Virus Free. > Checked by AVG Anti-Virus (http://www.grisoft.com). > Version: 7.0.280 / Virus Database: 265.1.0 - Release Date: 11/9/2004 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183770 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

