Chances are it's your code.  If you have lots of loops through a cfoutput or cfloop, 
it will add an awful lot of whitespece if
you're not careful:

This:

<CFOUTPUT QUERY="yourQuery">
                #Something#
</CFOUTPUT>

Should be written as:

<CFOUTPUT QUERY="yourQuery">#Something#</CFOUTPUT>

to minimize whitespace.  (just a quick and dirty example)

Dave


=================================
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



----- Original Message -----
From: stäs <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 23, 2000 11:02 AM
Subject: tons of white space


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

------------------------------------------------------------------------------
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.

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

Reply via email to