Tabellenkopf nach Seitenumbruch ist nicht zu sehen

Die Ursache ist, dass im Quellcode <theader> und <tbody> nicht richtig definiert sind.

Folgendes Beispiel führt zum gewünschten Ergebnis:

<table style="width: 100%;" align="center" border="1">
<thead>
<tr>
<td style="width: 15%;"><span style="color: #000080;"><strong>Nr</strong></span></td>
<td style="width: 15%;"><span style="color: #000080;"><strong>Firma</strong></span></td>
<td style="width: 15%;"><span style="color: #000080;"><strong>Name</strong></span></td>
<td style="width: 15%;"><span style="color: #000080;"><strong>Vorname</strong></span></td>
<td style="width: 15%;"><span style="color: #000080;"><strong>E-Mail</strong></span></td>
<td style="width: 25%;"><span style="color: #000080;"><strong>Unterschrift</strong></span></td>
</tr>
</thead>
<tbody>
<tr class="{LOOP}">
<td style="width: 15%;">{LINE_INDEX}</td>
<td style="width: 15%;">{CUSTOM_COMPANY}</td>
<td style="width: 15%;height: .6cm;">{LASTNAME}</td>
<td style="width: 15%;">{FIRSTNAME}</td>
<td style="width: 15%;">{EMAIL}</td>
<td style="width: 25%;"></td>
</tr>
</tbody>
</table>

Referenzen

  • eLounge
  • Kanton Zürich
  • Pensionskasse SBB

by WEBTRIBUTE GmbH
Bederstrasse 77, 8002 Zürich
+41 44 586 00 18

Impressum | GNU license | Datenschutz

Cron Job starten