avmaza 0 Newbie Poster

Dear friends,

I have trouble with printing page with landscape. I am using java script to print the page. as well as I have set css file to print landscape but it is not working.

I have used these line in css files,

<style type="text/css">
<!--
@page { size: landscape; }
-->
</style>

it automatically takes the portrait (default one), but I wish to print landscape automatically. please assist me.