<cfsavecontent variable="sqlOutput">
        <cfinclude template="app_OUTPUT.cfm">
</cfsavecontent>

<CFSET sqlOutput = ReplaceNoCase(sqlOutput, "<BR>", "#Chr(13)##Chr(10)#",
"ALL")>
<CFSET sqlOutput = ReplaceNoCase(sqlOutput, "&nbsp;", " ", "ALL")>

<cffile action="WRITE"




That did the exact trick!

How much do I owe you for the consult?

Les

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Reply via email to