Try chr(13) or even a combination of both chr(13) & chr(10) -----Original Message----- From: Kamru Miah [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 10:43 AM To: CF-Talk Subject: Formating text within textarea
I am using a toolbar editor to save text from a textarea into a table. When I display the text in the same textarea, I get <br /> chars for paragraphs. Using ReReplace <br /> with chr(10) doesn't work. Could someone tell me how to display new paragraphs within a textarea, please? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309121 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

