If your using CFMX, the new whitespace management option in the administrator works like a gem.
Or you can use <cfsetting enablecfoutputonly="yes"> to suppress any output not within a <cfoutput> tag block. Don't forget to close this tag with <cfsetting enablecfoutputonly="no">. Brook At 02:16 PM 16/08/02 -0400, you wrote: >when i output a variable with the cfoutput tag and then view source of the >page cold fusion has added a bunch whitespace between the beginning of the >file and were the variable is. I have no whitespace in the cold fusion file >itself . >example: > >beginning of the file > > > > > > > > > > >5658 variable > > >thanks > >Kurt > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

