----- Original Message ----- 
From: "Paul Giesenhagen" <[EMAIL PROTECTED]>
>
> Create a file called something like: clearspace.cfm
> 
> Put this in it:
> 
> <cfif thistag.executionmode is "end">
>  <cfset thistag.generatedcontent = "">
> </cfif>
> 
> The wrap your non-output cf code like this:
> 
> <cf_clearspace>
> ... CF code
> </cf_clearspace>
> 
> It removes the whitespace...
-----------------------------

Why not:

<cfsetting enablecfoutputonly="Yes">
    [CFML]
<cfsetting enablecfoutputonly="No">

?

- Gyrus

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [EMAIL PROTECTED]
work: http://www.tengai.co.uk
play: http://www.norlonto.net
- PGP key available
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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