Tabelle nachbauen, HILFE!!

NikitaAviana

Mitglied
Thread Starter
Dabei seit
30.03.2011
Beiträge
37
Reaktionspunkte
0
http://www8.pic-upload.de/03.05.11/ckfc3cy7xim7.jpg

Ich soll diese Tabelle nachbauen komm aber mit den 2 Zellen unter dem Hits nicht kla denn egal wie ich es mache entweder sind beide zellen unter Hits aber dafür dann User agent nicht neben Hits oder # ist über Hits und ach ich verzweifle an dem Code kann mir jemand helfen??

ps: so sieht mein code im mom aus :

<h1>Tabelle</h1>
<table border="1">
<tr>
<th>#</th>
</tr>
<th colspan="2" rowspan="1">Hits</th>
<th>User Agent</th>
</tr>
<tr>
<td>457885</td>
<td>785455</td>
</tr>
</table>
 
meinst Du so?

<table width="286" border="1">
<tr>
<td colspan="4">&nbsp;</td>
</tr>
<tr>
<td width="20">&nbsp;</td>
<td colspan="2">&nbsp;</td>
<td width="151">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td width="47">&nbsp;</td>
<td width="40">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="4">&nbsp;</td>
</tr>
</table>
 
Zurück
Oben Unten