> 2 ways.

> 1. Wrap the field in a set of PRE tags. The font will
> default to Courier, but what the hey.

> 2. replace all carriage returns with BR tags
> <cfset field=replace(field,"#chr(10)#","<BR>","ALL")>

> HTH
> Jerry Johnson

Well this should work also...

<pre style="font-family: verdana;">#field#</pre>

Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to