Forum How do I...?

Lordy Lordy, my footnotes aren't turning fourty (five) fourty (five)

StoneCypher
So. I have a big table. I used `prince-rotate-body` to cope.

The, uh. The footnotes aren't in the body, are they?

How do I set the footnotes on spin cycle please

John Haugeland is http://fullof.bs/

StoneCypher
See also: the page number

John Haugeland is http://fullof.bs/

StoneCypher
what, a programmer provide a repro? ... no

.widepage { page: set_widepage; }
@page set_widepage { prince-rotate-body: landscape; prince-shrink-to-fit: auto; }


<!DOCTYPE html>
<html>
  <head>
    <title>Redacted</title>
    <link rel="stylesheet" href="book.css"/>
  </head>
  <body>
<!-- -->
<div class="widepage"><div class="appendix tableAppendix">
<h1>Appendix 1 - Occupations by QI Headcount</h1>
<table>
<tr><th>#</th><th>Code</th><th>Title</th><th>Headcount</th><th>Mean</th><th>Median</th><th>P10</th><th>P25</th><th>P75</th><th>TAM</th><th>QI %</th><th>QI HC</th><th>QI TAM</th><th>DIQI %</th><th>DIQI HHC</th><th>DIQI TAM</th></tr>
<tr><td class="num">1</td><td>11-1021</td><td>General and Operations Managers</td><td class="num">3,584,420</td><td class="num">$133,120</td><td class="num">$102,950</td><td class="num">$47,420</td><td class="num">$67,160</td><td class="num">$164,130</td><td class="num">$477.16B</td><td class="num">16.8%</td><td class="num">603,766</td><td class="num">$80.37B</td><td class="num">43.6%</td><td class="num">1,564,286</td><td class="num">$208.24B</td></tr>
<!-- repeat that row 250 times -->
</table>
</div></div>
  </body>
</html>

John Haugeland is http://fullof.bs/

Edited by StoneCypher