http://www.phantom-gamers.freeprojekt.d ... =1950#1950
Das er das Design übernimmt find ich ja schon mal ganz nett, allerdings hab ich ein Problem. Je mehr Spalten ich unten einfüge, desto größer wird der Abstand zwischen Posting Top zu Posting Ende, also der leere Bereich über der Tabelle wird immer größer.
Hier der Code:
Code: Alles auswählen
<table width="800" border="1" cellpadding="1" cellspacing="0" bordercolor="#000000">
<tr>
<th width="109" scope="col">Verantwortlicher</th>
<th width="110" scope="col">Thema</th>
<th width="522" scope="col">Beschreibung</th>
<th width="59" scope="col">Status</th>
</tr>
<tr>
<th scope="col">PG_Strik3r</th>
<th scope="col">To-do-Liste</th>
<th scope="col">Erstellen einer To-do-Liste fürs Forum </th>
<th scope="col">100%</th>
</tr>
<tr>
<th scope="col">PG_Ass4ssin</th>
<th scope="col">CSS Server </th>
<th scope="col">Bestellen eines CSS Servers für den Clan </th>
<th scope="col">30%</th>
</tr>
<tr>
<th scope="col">PG_Strik3r</th>
<th scope="col">Portal</th>
<th scope="col">Installieren eines Portals fürs Forum </th>
<th scope="col">10%</th>
</tr>
</table>
