> 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!

In addition to what Dan and Bobby said, you could also use functions within
your database to handle replacing the CRLF's and vice-versa, depending on if
you need to go back and forth between those and <br /> tags.

Andy



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:257597
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to