I get the HTML. The reason is that cf debugging attempts to close any open html tags which may have been left open in your page. You will find a very long list of ending tags right before the debugging starts if you view source. The offending tag is "</plaintext>". I think you can customize that file by editing line 232 of coldfusionmx7\wwwroot\WEB-INF\debug\classic.cfm (assuming you use the classic debuggin)
~Brad -----Original Message----- From: Andrew Peterson [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 1:22 PM To: CF-Talk Subject: Debugging Info Printed out - buried within table tags? Just a quick question - when I print out a page with debugging info, do you all see the nicely formatted Debugging Information, Execution Time, and Stored Procedures, or do you see what can only be described as gobbledy gook (which is the technical term)? Looks good on the screen, wrappted up in html code (mainly table tags) upon printing. Thanks. ColdFusion Server Standard 7,0,2 Sincerely, Andy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256945 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

