Click to See Complete Forum and Search --> : Setting PAGE SETUP LANDSCAPE when printing..?


cakeday
07-10-2003, 12:47 PM
When someone click the print button, i want the page to be set to LANDSCAPE automatically without them having to go to page set up..

I am reading thru www.w3.org/..../page.html
and from there, i got the following ideas...

I tried doing the following but nothing seems to work..

<STYLE type="text/css" media="print">
@page { size: 11in 8.5in; }
</STYLE>

AND

<STYLE type="text/css" media="print">
@page { size: landscape; }
</STYLE>

Any suggestions..??

THank you..

Khalid Ali
07-10-2003, 01:37 PM
I don't rememebr if any of the major browsers do honor size:landscape as yet(I could be wrong)...

Post your question in CSS forum some one might know for sure

cakeday
07-10-2003, 01:53 PM
Thanks Khalid!