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..
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..