> Does anyone have a fix for this? > > Coldfusion is inserting an html comment before any other markup in a > cfcache'd page. This is fine unless you are using IE. IE will go > into quirks mode if the very first line of the page is not the doctype > declaration. Some have suggested to use <cfcontent type="text/html"> > before you use cfcache to remove the html comment but that doesn't > work for me. > > Any workaround ideas would be great.
How about using CFCONTENT with the RESET attribute? <cfcontent reset="yes"> Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342674 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

