Open GoogleCodeExporter opened 9 years ago
I confirm the same on Windows 7 and the FS R8 package. Just running the example
code renders the header only on the first page.
Original comment by wojci...@biela.pl
on 18 Aug 2011 at 4:51
Attachments:
I guess the example is out of date or sth, using the CSS3 @page it works well
eg.
your CSS:
@page {
size: a4 landscape;
@bottom-right {
content: element(footer);
}
}
and in your HTML
<div style="position: running(footer);">
<div id="page-footer" class="small">
<div class="line"> </div>
Page <span class="page" /> of <span class="pagecount" />
</div>
</div>
Original comment by wojci...@biela.pl
on 18 Aug 2011 at 8:16
Original issue reported on code.google.com by
pradeep...@gmail.com
on 17 Aug 2011 at 6:58Attachments: