/ Published in: CSS
This handy trick works in IE5.5/Win and newer. It assumes that the default printer orientation is portrait.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style type="text/css" media="print"> div.page { writing-mode: tb-rl; height: 80%; margin: 10% 0%; } </style>
URL: http://web.tampabay.rr.com/bmerkey/examples/landscape-test.html