Awesome. I see now. Thanks for the clarication Ian.

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Monday, June 05, 2006 4:50 PM
To: CF-Talk
Subject: RE: Suppressing white space


So Ian...

Right now, the entire HTML portion of the page is wrapped in a single
cfoutput block. Are you saying that if I break up the cfoutput into multiple
portions, and wrap the cfsetting around the spots that are creating the
blank spaces then I might be in good shape?

I'll give it a shot for sure, thanks.

Not quite, you just need one cfsetting around the page, then put the
cfoutput only around the parts you want sent, leaving the other sections
unmarked.


<cfsetting enableCFOutputOnly="yes">
I'm
A
Bunch
Of
Processing
<cfoutput>I will be sent to the client.</cfoutput>
More
Processing
That
Does
Not
Generate
Output
<cfoutput>I will go to the client to.</cfoutput>

</cfsetting>

With strict use of this you can make your entire HTML output exist on one
line in the client.


--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

---------
| 1 |   |
---------  Binary Soduko
|   |   |
---------

"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242565
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to