Header & footer for printed documents
Hi everybody,
I have set up a nice invoice template with a HTML view permalink. I used table HTML tags to build my layout.
My problem is that I want images (.jpg) as header and footer of printed document. Right now, my header is ok on the first page only and my footer is only on the last page and is not exactly on the footer position (can be on the middle of the page).
Example of my code :
<div align="center">
<table width="800" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>HEADER IMAGE</td>
</tr>
<tr>
<td>CONTENT</td>
</tr>
<tr>
<td>FOOTER IMAGE</td>
</tr>
</tbody>
</table>
</div>
I want my header and footer to appear on each pages at the exact same position.
Any ideas on how to do that ?
Thanks in advance for your cooperation.
Pascal Veilleux / nsisolution