Thanks for the tip, Jesse! Rick
-----Original Message----- From: Jesse Houwing [mailto:j.houwing@;student.utwente.nl] Sent: Friday, October 25, 2002 9:41 AM To: CF-Talk Subject: Re: How to remove URL references from printed pages Rick Faircloth wrote: > Hello all. > > I'm printing some report directly from browser pages > and would like to be able to get rid of the info that > appears at the top and bottom of each page automatically > when the pages are printed...such as the URL at the bottom. > > How would I do that? Put them in a div, and attach a stylesheet with media "print" specified in the link tag. in this second stylesheet set display:none and visiblility:hidden That should hide them from print, at least in Netscape 6+ and IE 4+ and O5+ Jesse ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

