printing aspx pages/ ie6 vs. ie7

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How does IE6 and IE7 work when printing an aspx page, does it initially
format the page according to the default printer on the PC? Or does it have
it's own method for formating a page for printing.
 
As any other program that prints, IE has certain formatting logic. There are
also some properties that user can set to affect page setup. After that, the
printer driver takes over and applies its own logic.
 
Back
Top