Forum Moderators: not2easy
I am using following CSS to set up the default page orientation as landscape.
<style type="text/css" media="print">
@page land {size: landscape;}
.graphland {
page: land ;
}
</style>
This is working fine with Mozilla browser.but not working with IE.
Please provide some pointers or CSS to set up the default page orientation as landscape.
Thank you in advance.