Hallo liebe Community,
ich frage mich ob ein solcher tablehead moglich ist? Wenn ja, was muss ich mir angucken um sowas zu bauen?
[img]http://www0.xup.in/exec/ximg.php?fid=21874984[/img]
www0.xup.in/exec/ximg.php?fid=21874984
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<table border=1> <thead> <tr> <th rowspan="2">head1</th> <th rowspan="2">head2</th> <th rowspan="2">head3</th> <th COLSPAN=5>head/head</th> <th rowspan="2">head9</th> </tr> <tr> <th>head4</th> <th>head5</th> <th>head6</th> <th>head7</th> <th>head8</th> </tr> </thead> <tbody> <tr> <td>body1</td> <td>body2</td> <td>body3</td> <td>body4</td> <td>body5</td> <td>body6</td> <td>body7</td> <td>body8</td> <td>body9</td> </tr> </tbody> </table>
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td rowspan="2">A</td> <td rowspan="2">B</td> <td rowspan="2">C</td> <td colspan="4">DEFG</td> <td rowspan="2">H</td> </tr> <tr> <td>D</td> <td>E</td> <td>F</td> <td>G</td> </tr> <tr> <td>tbody</td> <td>tbody</td> <td>tbody</td> <td>tbody</td> <td>tbody</td> <td>tbody</td> <td>tbody</td> <td>tbody</td> </tr> </table>
Geschlossen | ||
Zurück zu HTML, PHP, SQL,... |