I have a bunch of articles stored in a DB that need to be presented on the
web.  

I'm trying to replace line breaks with and html line break.

I've tried #replace(string,chr(10),'<br>')# and
#replace(string,chr(13),'<br>')#   .

The strings appear with hard breaks instead of <br>.  Are there any other
characters that can be used for a line break?
I cut and paste them into Studio, do a #asc()# on them, and they read as
"10".  Yet when I try to replace 10, nothing happens.

HELP :)

        Eric Carlisle
        Web Site Developer
        Progress Energy IT Systems Delivery
        E-mail: [EMAIL PROTECTED]
        Phone: (919) 546-4739

______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to