I have some tabular content that is held within a div thus..
<div class="someDiv">
<table>
<tr>...</tr>
....
....
<tr>...</tr>
</table>
</div>
When I print using a print stylesheet with all items set to float:none !important; and height:auto !important; the table will only print one page worth of information as opposed to about 10 or so.
Has anyone come across this before?
The fix was to add