Hi
I'm trying to set the default page orientation for one of the pages in my application to lanscape for printing purposes.
I've read that the following should do the trick
<style type="text/ccs">
@media print
{
size: landscape;
}
</style>
However this seems to have no effect.
Am I missing something here?. Is there anything else I need to do to get this to work?.
Any help greatly appreciated, as this is driving me nuts
)
David.
I'm trying to set the default page orientation for one of the pages in my application to lanscape for printing purposes.
I've read that the following should do the trick
<style type="text/ccs">
@media print
{
size: landscape;
}
</style>
However this seems to have no effect.
Am I missing something here?. Is there anything else I need to do to get this to work?.
Any help greatly appreciated, as this is driving me nuts
David.