Hello Zoho,
We are almost done with our Inventory Template but when we add more and more products in the table, the text below gets messy.
We have tried to insert a Page Break with this code but it doesn't work:
1.
<table>
<thead><tr><td>Your header goes here</td></tr></thead>
<tbody>
<tr><td>
Page body in here -- as long as it needs to be
</td></tr>
</tbody>
<tfoot><tr><td>Your footer goes here</td></tr></tfoot>
</table>
2.
<head><STYLE TYPE="text/css">
P.breakhere {page-break-before: always}
</STYLE></head>
Then insert
<P CLASS="breakhere">
3.
<div style=”page-break-after:always”></div>
How can we do that?
Where do we put it?
Look forward for the answer
Thank you!
LineaDatascanTeam