Printing in IE without Headers or Footers.

  • Thread starter Thread starter Joao
  • Start date Start date
J

Joao

Hello,

I have a webpage in my intranet where users can get and print reports. I
need a way to supress the header and footer that IE puts when you print a
page. This must happen without the users action. It must be automatically.

Thanks
 
There are css directives such as "media" and "screen" that allow to control
some aspects of printing. However, I believe the header/ footer arrangement
is controlled by the user so it may be that this would be very difficult.
Peter
 
Back
Top