Setting PAGE SETUP LANDSCAPE when printing..?

liunx

Guest
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.. <br />
<br />
I am reading thru <!-- w --><a class="postlink" href="http://www.w3.org/..../page.html">www.w3.org/..../page.html</a><!-- w --><br />
and from there, i got the following ideas...<br />
<br />
I tried doing the following but nothing seems to work..<br />
<br />
<STYLE type="text/css" media="print"><br />
@page { size: 11in 8.5in; }<br />
</STYLE><br />
<br />
AND<br />
<br />
<STYLE type="text/css" media="print"><br />
@page { size: landscape; }<br />
</STYLE><br />
<br />
Any suggestions..??<br />
<br />
THank you..<!--content-->I don't rememebr if any of the major browsers do honor size:landscape as yet(I could be wrong)...<br />
<br />
Post your question in CSS forum some one might know for sure<!--content-->Thanks Khalid!<!--content-->
 
Back
Top