Forum Moderators: open
The data would be taken from a database, and would be formatted as <tr><td>data</td></tr>. The problem is that i have no idea after which <tr></tr> the page would break, but the header needs to be the same.
On some other forum i found a solution :
<table>
<thead>
<tr><td></td></tr>
</thead>
<tbody>
<tr><td></td></tr>
<tr><td></td></tr>
<tr><td></td></tr>
</tbody>
it said that it would ad the content included in the <thead> section every new page printed, but it didn`t work ...
i`ll appreciate any suggestions.
thanks in advance,
bye
Kuba L.
W3Schools Reference [w3schools.com]
BUT
if i took a static content, NN 7.1 did it as it should be done - added a header (the one in <thead>) to every new printed page. IE still does not do it. And of course when the content is taken form a database - it does not work at all.
greets