Put it here as a backup
<Style>
@ Media Print {
Input {display: None}
}
</Style>
<Table border = "0" style = "font-size: 9pt;" width = "300px" align = "center">
<Thead style = "display: Table-header-group; font-weight: bold">
<Tr> <TD colspan = "2" align = "center" style = "font-weight: bold; Border: 3px double red "> header on each page </TD> </tr>
</Thead>
<Tbody style = "text-align: Center" ">
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr style = "Page-break-after: Always;"> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr style = "Page-break-after: Always;"> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr> <TD> table content </TD> </tr>
<Tr style = "Page-break-after: Always;"> <TD> table content </TD> </tr>
</Tbody>
<Tfoot style = "display: Table-footer-group; font-weight: bold">
<Tr>
<TD colspan = "2" align = "center" style = "font-weight: bold; Border: 3px Double blue"> end of each page </TD>
</Tr>
</Tfoot>
</Table>
<Input type = button value = "print" onclick = "window. Print ()">