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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

