Hi, ich hab meine Website mit hilfe einer Tabelle aufgebaut. Im IE wird dies richtig angezeigt. Im Firefox aber nicht. Hier wird der Text der eigentlich in der Mitte und Rechts stehen sollte auch links mit angezeigt. Seht selbst!
Jemand ne Idee? Ich sehe da keinen Fehler!
Gruß Alex
Code:
<body>
<table border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#000000" style="height:100%;">
<colgroup>
<col width="188px">
<col>
<col width="188px">
</colgroup>
<thead>
<tr>
<td><img src="tt.bmp"></td>
<td><h1>AlexDozer aka DJ Brotschneidemaschine</h1></td>
<td><img src="tt.bmp"></td>
</tr>
</thead>
<tfoot>
<tr>
<td><img src="tt.bmp"></td>
<td></td>
<td><img src="tt.bmp"></td>
</tr>
</tfoot>
<tbody>
<tr>
<td ><p>Über mich<br />Equipment</p></td>
<td>Mitte</td>
<td>Rechts</td>
</tr>
</tbody>
</table>
</body>
Jemand ne Idee? Ich sehe da keinen Fehler!
Gruß Alex