I have a rather long form that is generated dynamically and one section of it needs to be printed landscape as it is a chart of info. Id like to make the page print landscape and maybe scale it to 90% if possible.
Im quite sure this could be done with the @media / @ print attributes but have been unsuccsessful so far...
and i dont know how to do scaling if thats possible?
The layout is similar to the following :
<body>
<table>
<tr><td>
<table>
-- section 1 -- * should be portrait
</table>
</td></tr>
<tr><td>
<table>
-- section 2 -- *** would like this to be landscape
</table>
</td></tr>
<tr><td>
<table>
-- section 3 -- * should be portrait
</table>
</td></tr>
</table>
</body>
--------------------------
----------
----------
----------
----------
-
Thanks,
~Stu
Start Free Trial