Hi guys! Can somebody give me a code to print in landscape orientation that WORKS in IE, may it be in css or in javascript code? So that the user need not to set it in the Page Setup dialog box..
Ive tried codes such as:
1 | @page land {size: landscape;} |
-but seems it doesn't work in IE
1 | .land{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)} |
-this one works but its a kind of an image-printing that wouldn't give you your page's exact look, plus some details are not included in the print..
TIA! Any suggestion will be appreciated.
The most likely way for the world to be destroyed is by accident. That's where we come in: We're computer professionals, we cause accidents!