Ahhhhh. duh. OK ... Need to store it as proper HTML then the browser will parse it on displaying. Racked my head on that one. Thanks again!
On Mon, Jan 26, 2009 at 1:31 PM, Michael Grant <[email protected]> wrote: > Since it's XML you'll notice that left angle brackets are stored as "<" > and right angle brackets are stored as ">" etc. You'll need to do a > replace on the string to get this to show as proper HTML. > > Eg: Replace("<","<","ALL") etc. > > I'm no good with regex but I bet there's a much more elegant way than a > bunch of Replace statements. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:286705 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
