This happens to the best of us. The only simple options I know of are to either use a textarea if allowing quotes is that important, or just strip out double quotes, perhaps replacing them with nothing or single quotes.
>>> "Charlie" <[EMAIL PROTECTED]> 06/13/02 09:18AM >>> try using the function: htmleditformat or function : preservesinglequotes ----- Original Message ----- From: "Deanna Schneider" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 8:59 AM Subject: Quotation Hell > Hi Folks, > A problem has just cropped up that I've never experienced before, and I > swear I'm going insane. > > I have a regular ol' form, that's pre-populated with data from a query if > it's an edit, blank if it's an add. Suddenly, if the edit data includes > quotation marks, it's cutting the rest of the item off at the quote marks. > What the heck?!? I've never had this problem before, and I didn't change any > code. Am I nuts? > > -d > > > > Deanna Schneider > Interactive Media Developer > [EMAIL PROTECTED] > > > ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

