I am a beginner! I found this code to print my page in landscape. It works great, but when I insert a table in my page, the table prints in portrait. Can someone help??
<style type="text/css" media="print">
@page {size:landscape}
table {PAGE: landscape;}
html div.landscape {writing-mode:tb-rl; height:90%; margin:10%}
</style>
<style type="text/css" media="print">
@page {size:landscape}
table {PAGE: landscape;}
html div.landscape {writing-mode:tb-rl; height:90%; margin:10%}
</style>