Good point. As for the reset attribute, I thought it determined whether all output before the tag was discared or not. Using it will take care of any unwanted white space.
Ade -----Original Message----- From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] Sent: 14 January 2005 23:20 To: CF-Talk Subject: Re: Creating .xls files with column headers Adrian, I just read your response in a little deeper detail and noticed that you have: <cfoutput>#content#</cfoutput> That's going to send Excel a string that looks like this: contentcontentcontentcontentcontent That's not going to work either... the line breaks in the code need to be exactly as you want Excel to receive them. Under your example they'll all end up on one line. Laterz, J -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.6.11 - Release Date: 12/01/2005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the mailserver that powers this list at http://www.houseoffusion.com/banners/view.cfm?bannerid=17 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190564 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

