Adding Page Breaks to Tables
If you have text overlapping a footer or missing from a printout, ensure that any long content is enclosed in an element that will split across pages.
The Report Generator has specific rules for where page breaks can occur. A <table> tag nested inside a <td> tag is cut off at the bottom if it spreads across multiple pages. Only the following tags split correctly if they are spread across multiple pages:
Copy
<table>
<ul>
<p>
<pre>
<ol>
<h1>
<h2>
<h3>
<h4>
<blockquote>