Forum Moderators: not2easy

Message Too Old, No Replies

CSS to set the Landscape default page orientation

Landscape

         

rohidas khilari

7:37 am on Apr 28, 2009 (gmt 0)

10+ Year Member



Hi

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.

simonuk

1:04 pm on Apr 28, 2009 (gmt 0)

10+ Year Member



You can't control any further than you have there. There are some nasty activeX scripts for IE6 but it requires you reduce security and click on warning popups.

Welcome to the world of IE Vs everyone else.