Print

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

Guest

Hi,
I created some web pages. They are fine when I viewed them on network.
However, All pages are cut off on the right sides when I print them out.
Please show me to fix the problem.

Thank you
Chi
 
Anything wider than about 624px will be truncated when printed on 8.5 inch
wide paper.

The solution is to control your width by properly sizing your HTML elements
and your graphics. You can do this with CSS (print stylesheets) or by
actually editing the items on the page.

For print stylesheets, go here -

http://www.alistapart.com/articles/goingtoprint/
 
Back
Top