Is it possible to add a page break (page-break-before) inside a table ?
In my case it's something like this:
<table>
<tr>.. </tr>
<tr>.. </tr>
I Want a page break here
<tr> .. </tr>
</table>
How can I get a page break at that particular location ?
Greetz,
Dracosms
In my case it's something like this:
<table>
<tr>.. </tr>
<tr>.. </tr>
I Want a page break here
<tr> .. </tr>
</table>
How can I get a page break at that particular location ?
Greetz,
Dracosms