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

C

cheyalee

I have created a webpage using frontpage. How do I shrink it to print on one
page?
 
R

Ronx

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/
 
A

Andrew Murray

Read the other answers to your original question! There are suggestions,
there. Try them out.
 
Top