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.html (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/ Thane Sherrington wrote: > Is there a way to control client side printing (maybe through Javascript or > CSS) to turn off the automatic headers and footers IE uses, and control > page margins? (I'm using CF5 with no option for 7 in this case.) > > T > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208904 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

