S
slosd
Guest
Hi, ich hab hier irgendeinen Wickel bei der Tabellendarstellung.
Das ist mein Quelltext, der meiner Meinung nach in Ordnung ist:
So sieht die Tabelle aber dann im Firefox aus. Wo die zusätzliche Spalte herkommt weiß ich nicht.
Das ist mein Quelltext, der meiner Meinung nach in Ordnung ist:
HTML:
<table class="statistics">
<caption>errors</caption>
<thead>
<tr>
<th>time</th>
<th>request uri</th>
<th>referer</th>
<th>message</th>
<th>data</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sat, 08 Mar 2008 10:49:33 +0100</td>
<td>/tagclouds</td>
<td>http://lastfm.freedig.org/</td>
<td>http404 ~<td>
<td>false</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="5"></td>
</tr>
</tfoot>
</table>