On Oct 27, 4:24 am, "Matt Williams" <[EMAIL PROTECTED]> wrote:
> Thanks Jake. I ended up making several changes to various pages. The
> container.cfc was the biggest offender. I added <cfsilent> around the
> <cfset html = createObject("component",I suspect the biggest offender is yourself ;) You cannot put custom tags inside of <cfoutput> statements without generating whitespace. FarCry uses <cfsetting cfenabledoutputonly="true" /> just about everywhere. This means that whitespace is suppressed by default and requires you to explicitly declare things for output using <cfoutput>. If you wrap your tags with <cfoutput> you will generate whitespace. Hope that helps, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
