I can't seem to find a post that works for me. I have tried the <div style = "page-break-after:always;"> but it does not do what I need. I have a dynamic page and there is no way for me to tell which <tr> I need to break on.
<table... border="1">
<tr>
<td>
The cell here gets cutt off if it is at
the bottom of the page.
</td>
</tr>
</table>
I put the div tag around the <tr> but when the <tr> is looped how do I know when to break to next page?
Thanks for any help
Wes
<table... border="1">
<tr>
<td>
The cell here gets cutt off if it is at
the bottom of the page.
</td>
</tr>
</table>
I put the div tag around the <tr> but when the <tr> is looped how do I know when to break to next page?
Thanks for any help
Wes