Ich denke du meinst das Element thead.
Link: http://de.selfhtml.org/html/tabellen/…pf_koerper_fuss
Dann musst du nur noch für das Element thead die Farbe blau definieren.
Hallo,
kann sein das es das ist, jedoch wird es noch nicht so angezeigt, wie ich es gerne wollte:
HTML
<table border="1">
<thead>
<tr>
<th>Hallo</th>
</tr>
</thead>
<tbody>
<tr>
<td>123</td>
<td>321</td>
</tr>
<tr>
<td>123</td>
<td>321</td>
</tr>
</tbody>
</table>
Alles anzeigen
Die Zelle von "Hallo" geht leider noch nicht bis zum Ende der Zelle "321".
[Blockierte Grafik: http://img8.abload.de/img/pic619r647.png]