Hi,
I have 3 tables and want 3rd table to appear at the bottom of the page when it is printed off because it will be footer.How can i do it?
Thanks
<table>
<tr>
<td>Table 1</td>
</tr>
</table>
<br />
<table>
<tr>
<td>Table 2</td>
</tr>
</table>
<br />
<table>
<tr>
<td>Table 3</td>
</tr>
</table>