stewartwebb
Programmer
Hello all.
I'm trying to get headers to print on each page, this is what I have so far.
Below is the 'table' which will be the header on each page.
Is this correct?
Basically in the javascript all i'm doing is setting other tables to display='none', then window.print().
The header is not being printed on each page.
Any ideas?
Stewart
I'm trying to get headers to print on each page, this is what I have so far.
Below is the 'table' which will be the header on each page.
Is this correct?
Code:
<table cellpadding="0" cellspacing="0" width="100%" class="nestedTable" id="TERRITORY_ROW">
<thead style="display:table-header-group;">
<tr height="20">
<th height="19" valign="middle" width="2%" class="cellBorder">Option</th>
<th height="19" valign="middle" width="10%" class="cellBorder">Description</th>
<th height="19" valign="middle" width="2%" class="cellBorder">Family</th>
</tr>
</thead>
</table>
Basically in the javascript all i'm doing is setting other tables to display='none', then window.print().
The header is not being printed on each page.
Any ideas?
Stewart