Forum Moderators: phranque

Message Too Old, No Replies

Webpage pixel dimensions to print safely

         

Headed North

12:22 am on Dec 22, 2005 (gmt 0)

10+ Year Member



What pixel width is safe for a web page to print without cutting off along the right side?

jessejump

1:27 am on Dec 22, 2005 (gmt 0)

10+ Year Member



About 620 px - depends on browser margin settings. Try it

pageoneresults

1:36 am on Dec 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



This is what I do...

*{font-size:12pt;line-height:130%;font-variant:normal;}

body, html{[b]margin:auto;[/b]color:black;background:white;}

I believe you are better off not specifying a width. Best way to test this is to make the change to your CSS, then check the browser Print Preview.

Headed North

3:50 am on Dec 22, 2005 (gmt 0)

10+ Year Member



Excellent suggestion. Thanks for your replies. I'll give that a try.