Hi,
I have added the code below to print the document with a landscape orientation but when I print it I still get a Portrait orientation (IE4 to IE 6 tested) :
<HEAD><TITLE>...</TITLE>
<STYLE>
@page { size:landscape; }
</STYLE>
</HEAD>
I have also tested size:29.7cm 21.cm; without success
Any idea why it does not work ?
Thanks
I have added the code below to print the document with a landscape orientation but when I print it I still get a Portrait orientation (IE4 to IE 6 tested) :
<HEAD><TITLE>...</TITLE>
<STYLE>
@page { size:landscape; }
</STYLE>
</HEAD>
I have also tested size:29.7cm 21.cm; without success
Any idea why it does not work ?
Thanks