I want to make my page shrink to fit for printing in frontpage?

  • Thread starter Thread starter Guest
  • Start date Start date
One way is to design the page so that the entire contents fits into a
browser window restricted to a width of 620px
Or, as Murray suggested, design the page (or use CSS to resize) so
that the content fits into a table 620px wide, but use a print media
CSS to remove navigation components from the top, left, right, bottom
when printing.

To read about print media stylesheets, go here -

http://www.alistapart.com/articles/goingtoprint/
 
Read the other answers to your original question! There are suggestions,
there. Try them out.
 
Back
Top