Fermer2
qonceptLe 24/11/2008 à 16:07
Hi there,

Is it possible to create a tableheader that repeat itself on each page whenever there is overflow?

Something like <page_header></page_header> but then:

<head>
<table cellspacing="0" style="width: 100%; border: solid 1px black; background: #E7E7E7; text-align: center; font-size: 10pt;">
<tr>
<th style="width: 12%">Produit</th>
<th style="width: 52%">D�signation</th>
<th style="width: 13%">Prix Unitaire</th>
<th style="width: 10%">Quantit�</th>
<th style="width: 13%">Prix Net</th>
</tr>
</table>
</head>

Does anyone understand what i mean and what i like to achieve? Thanks