Michael T. Tangorre wrote: > when viewing the source of the pages within some of my cf apps, i notice > there is a lot of white space at the top of the page, etc... is there a way > to clean this up?
Many people use <cfcontent type="text/html; charset=UTF-8"> or something just before their doctype/XML declaration. If you do so, adding reset="yes" makes sure that everything before that tag is discarded. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

