thanx steve and tim

>>calling objects?
>>every file you include in there will produce whitespace
>>every line that has a cf tag on it will create white space

plus extra, it seams - and I have yet to add any real CF code. no CFC
calls or data handling yet.

> You want to do the cfsetting at the top of your file, before the cfif.
> For example:
> <cfsetting enablecfoutputonly="Yes">
> <cfif thisTag.executionMode is "start">
>    <cfoutput>
>      �HTML and JS only
>    </cfoutput>
> </cfif>
> <cfsetting enablecfoutputonly="No">

changed throughout now but with no real improvement. I've also got
CFSILENT around the custom tag comments and cfparam settings.

the only things in the tags (ATM) are a couple of lines of HTML per tag
but that renders up to 10 lines of whitespace - for each and every tag.

the resultant HTML file is 1060 lines long (in notepad). the CFM file with
the taglib calls is only 70 lines. 45 tag starts or ends are called, each
averaging 5 lines of HTML (with the exception of the first which is 40
lines long)

the result? a page where more than two thirds of it is just whitespace.
that's why I'm asking. I haven't used taglibs *this* heavily before but
the amount of whitespace generated seems very excessive.

any thoughts?
cheers
barry.b







---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to