Mathew, please define hidden form fields. This has nothing to do with
whitespace as you described. Whitespace means whitespace in the source file
and not what is on the screen in terms of visual display. Whitespace only
gets generated by the CF server removing CF code, and has nothing to do with
HTML tags as you have indicated.

BTW this is a known bug in the server and was logged as a bug in the beta
stages of CF4.5, it was supposed to be fixed in CF4.5.1 and obviously was
never touched. I have also cc'ed this to [EMAIL PROTECTED] in case they are
not aware that this is still not fixed. I was assured that the final release
of CF4.5.1 that it was supposed to be fixed.




-----Original Message-----
From: Matthew Jones [mailto:[EMAIL PROTECTED]]
Sent: Friday, 26 May 2000 7:22 AM
To: [EMAIL PROTECTED]
Subject: RE: whitespace in cfloop


Are you setting any hidden form fields within the loop?  If you are, cold
fusion adds a little bit of whitespace for a hidden form field.  If you
have, and they are within a table, make sure they are inside of a td.  If
they aren't, all of the whitespaces for the hidden form fields are moved to
the space before the table, which would add a lot of whitespace before the
table.

-----Original Message-----
From: Neil Peaslee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 25, 2000 12:50 PM
To: cf-talk
Subject: whitespace in cfloop


I'm running a loop over a query <cfloop query=...>. I don't have anything to
output in the loop and I can't get the whitespace out of the final output. I
have enlosed the entire page in cfenablecfoutputonly but it seems like cold
fusion treats the loop like <cfoutput query=...>.

Any help would be appreciated (as a slightly faster page).

Neil Peaslee
SMTnet Developer

----------------------------------------------------------------------------
--
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?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?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to