I think Thane means how can you remove the header and footer that the browser adds when you print. You would see this in File > Page Setup...
Unfortunately, you can't control that. That is totally up to the user's settings. You could, however output to PDF and control exactly what is printed. M!ke -----Original Message----- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 6:39 PM To: CF-Talk Subject: Re: Controlling client side printing Didn't finish that last email (clumsy fingers :) -- here's the rest: Yes, you can specify a different stylesheet for printing. Check out this page at macromedia.com: http://www.macromedia.com/devnet/mx/coldfusion/articles/cf7_security.htm l (do a print preview on it) Then view the source and you'll see: <link rel="stylesheet" rev="stylesheet" href="/css/print.css" type="text/css" media="print" charset="utf-8" /> The secret is in the media="print" attribute. From there, you can specify css selectors to set headers & things to display:none;, or remove widths on tables that will get cut off when printing. -nathan strutz http://www.dopefly.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208917 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

