Ok, I realize this is no longer a javascript question and more of a CSS question but no one is in the CSS forum so maybe someone here knows how to help me out. I've been picking my brain trying to get this to work. I've tried using the following different things and nothing worked!! HELP!!
<style type="text/css">
@media print
{
BODY {size:landscape}
}
</style>
<style type="text/css">
@media print
{
BODY {style:landscape}
}
</style>
<style type="text/css">
@PAGE landscape {size:landscape;}
TABLE {PAGE: landscape;}
</style>
<style type="text/css">
@media print
{
BODY {size:landscape}
}
</style>
<style type="text/css">
@media print
{
BODY {style:landscape}
}
</style>
<style type="text/css">
@PAGE landscape {size:landscape;}
TABLE {PAGE: landscape;}
</style>