Hallo Epvp,
will gerne eine Tabelle mit HTML machen.
Habe sie auch schon aber ist es durchaus Möglich, dort die Zeilen und Spalten durch schwarze Linien zu "trennen" oder mehr platz dazwischen zu machen und das der Kopf der Tabelle nicht untereinander steht.
Wenn ich die "width:" ändere passiert nichts...
So sieht das ganze derzeit aus:
[Only registered and activated users can see links. Click Here To Register...]
Code:
will gerne eine Tabelle mit HTML machen.
Habe sie auch schon aber ist es durchaus Möglich, dort die Zeilen und Spalten durch schwarze Linien zu "trennen" oder mehr platz dazwischen zu machen und das der Kopf der Tabelle nicht untereinander steht.
Wenn ich die "width:" ändere passiert nichts...
So sieht das ganze derzeit aus:
[Only registered and activated users can see links. Click Here To Register...]
Code:
Code:
<table style="width: 250px;"> <tbody> <tr style="height: 43px;"> <td style="width: 58px; height: 43px;">Stream-Team </td> <td style="width: 11px; height: 43px;">LoL-Team </td> <td style="width: 11px; height: 43px;">LoL-Mates </td> </tr> <tr style="height: 23px;"> <td style="width: 58px; height: 23px;"> MrSoNiice</td> <td style="width: 11px; height: 23px;"> PartyGame(TOP)</td> <td style="width: 11px; height: 23px;"> MrSoNiice</td> </tr> <tr style="height: 23px;"> <td style="width: 58px; height: 23px;"> Nightbl000</td> <td style="width: 11px; height: 23px;"> Nightbl000(JUNGLE)</td> <td style="width: 11px; height: 23px;"> Nightbl000</td> </tr> <tr style="height: 23px;"> <td style="width: 58px; height: 23px;"> Nachspiel</td> <td style="width: 11px; height: 23px;"> xSoulSociety(MID)</td> <td style="width: 11px; height: 23px;"> Nachspiel</td> </tr> <tr style="height: 23px;"> <td style="width: 58px; height: 23px;"> </td> <td style="width: 11px; height: 23px;"> MrTherzon(ADC)</td> <td style="width: 11px; height: 23px;"> Jumpkiller02</td> </tr> <tr style="height: 23px;"> <td style="width: 58px; height: 23px;"> </td> <td style="width: 11px; height: 23px;"> Jumpkiller02(SUP)</td> <td style="width: 11px; height: 23px;"> xSoulSociety</td> </tr> <tr style="height: 23px;"> <td style="width: 58px; height: 23px;"> </td> <td style="width: 11px; height: 23px;"> </td> <td style="width: 11px; height: 23px;"> Nachspiel</td> </tr> <tr style="height: 23px;"> <td style="width: 58px; height: 23px;"> </td> <td style="width: 11px; height: 23px;"> </td> <td style="width: 11px; height: 23px;"> PartyGame</td> </tr> </tbody> </table>