If the code is just logic and you aren't outputting anything then wrap it in <CFSILENT> </CFSILENT>
This will suppress all CFOUTPUT and whitespace. If you need to output something that's in the code block, consider setting variables and outputting them after the closing </CFSILENT> That's what I do anyhow. Joseph DeVore VeloxWeb Technologies -----Original Message----- From: Douglas L. Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 8:09 PM To: CF-Talk Subject: Suppressing white space I have a page that when rendered in netscape, has about 1000 lines of whitespace. what is the best way to suppress it? I have enabled suppress whitespace in CF Admin, but no help. <CF_SIGNATURE NAME="Douglas L. Brown" EMAIL="[EMAIL PROTECTED]" PHONE="714.538.6611" WEB="http://www.carnivorepc.com"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

