John Bell
unread,Apr 29, 2012, 2:43:03 PM4/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dom...@googlegroups.com
I have a page with a table in the middle.
<body>
<div>header stuff here</div>
<table>stuff here</table>
<div class="footer">footer</div>
</body>
If the table runs onto 2 pages, the footer is only displayed on the
second page. If I move the footer class above the table, it renders
correctly on all pages.
Not sure if this is a bug or a feature, but just a heads up if you
wonder why there is no footer on p1