>Does anybody know why a server would add miles of white space to a web
>page? Our site runs on CF4/Apache/Solaris. Thanks!

It's adding a blank line for every CF tag that's being processed, but not
shown.

Try the following:
(at the beginning of the document)
<CFSetting enableCFOutputOnly="yes">

[content, tags, etc.]

<CFSetting enableCFOutputOnly="no">

Downside to this: It will ONLY display content appearing between <CFOutput>
and </CFOutput> tags.  That goes for anything you might CFInclude into the
page as well, so take care.

Brandon Whitaker
[EMAIL PROTECTED]
-------
"It'll get used by the same people using Opera.  People dressed in black
wearing berets."
- Dave Watts, on Mozilla
"The net interprets censorship as damage and routes around it."
- John Gilmore
"I'm sorry, I can't hear you.  God just sat on my Whoopee Cushion."
- Kibo



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to