> I grabbed this tag off the gallery. Seems to work fine, but it
> still leaves
> half a page of blank lines above the <html> tag. Also, any way to
> know what
> kind of performance hit this may cause? Thanks.

Erm, why not do it the proper way and remove your blank lines from the code?

It takes a bit of work to start doing it, but once you're used to building
apps with little or no white-space, then it becomes second nature

In CF4 (not sure about 4.5) use the <CFSetting EnableCFOutputOnly="Yes/No">
around code which does not need output, any anything that does (within the
settings) is outputted with <CFOutput> and </CFOutput>.

This allows you complete control over what is exactly sent to the browser -
including carriage returns, tabs, spaces etc.

Saves a LOT of time for the viewer, but only a little for the server.

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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