Will, >What's the simplest way to maintain simple formatted text in a db, without >using tinyMCE, FCKeditor, or typing html into the textarea? When I say >simple, I mean I just want to show line breaks, carriage returns, etc. Not >worried about boldness, tables, etc. > >I just tried using paragraphFormat() and it's using uppercase <P>'s. YUCK!
There are several UDFs located at http://www.cflib.org/ that address your question. There's a UDF called "XHTMLParagraphFormat": http://www.cflib.org/udf.cfm?ID=419 It does convert just LF to <br /> tags, but that would be very easy to add. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257572 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

