Hello everyone I have this html tag:
<table cellspacing="0" cellpadding="3" style="text-align:left;" width="100%" class="no-border">
<tr>
<td style="text-align:left;">
<div>
<h2>title</h2>
</div>
<div class="newpage"></div>
</td>
</tr>
<tr>
<td style="text-align:left;">
<div>
<h2>title</h2>
</div>
<div class="newpage"></div>
</td>
</tr>
&l ...
Go to the complete details ...