Forum Moderators: open

Message Too Old, No Replies

Printing

How to force landscape printing

         

chrman

9:49 pm on Sep 26, 2001 (gmt 0)



In order for a project i am working on to print properly, i need the page to print in landscape mode.

Is there a way to set up the window.print() command (or another command) to auto select landscape for printing purposes.

I found one document on irt.org that pointed to a microsoft document that mentions being able to set this, but did not give any indication of how to do it.

tedster

10:55 pm on Sep 26, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



CSS-2 has an @page rule which defines printing. Basically it sets details for the paper sheet that the web page is going to be printed on. In this case, it would be

@page {size: landscape}

I don't know much about browser support. Best guess: spotty

Reference Link [richinstyle.com]