Guten Tag,
Ich habe eine Tabelle bekommen,leider ist die im Content immer "unten" und nicht oben gebunden, um so mehr ich hinzufüge desto tiefer geht es,wie bekomme ich die Tabelle so das sie nach oben ausgerichtet ist , hier mal der Quelltext:
<table border="2" cellpadding="10" cellspacing="10" >
<col width="200">
<col width="200">
<col width="80">
<col width="200">
<col width="200">
<tr>
<td>[red][B]Charname[/B][/red]</td>
<td>[red][B]Karriere[/B][/red]</td>
<td>[red][B]Aktuelles Level[/B][/red]</td>
<td>[red][B]Beruf[/B][/red]</td>
<td>[red][B]Benutzer[/B][/red]</td>
</tr>
<tr>
<td>[yellow]Vaclaf[/yellow]</td>
<td>[yellow]Jünger des Khaine[/yellow]</td>
<td>[yellow]Level 40[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Vaclaf[/yellow]</td>
</tr>
<tr>
<td>[yellow]Torasir[/yellow]</td>
<td>[yellow]Hexenkriegerin[/yellow]</td>
<td>[yellow]Level 40[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Torasir[/yellow]</td>
</tr>
<td>[yellow]Mordokk[/yellow]</td>
<td>[yellow]Spalta[/yellow]</td>
<td>[yellow]Level 40[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Mordokk[/yellow]</td>
</tr>
<td>[yellow]Alder[/yellow]</td>
<td>[yellow]Jünger des Khaine[/yellow]</td>
<td>[yellow]Level 40[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Alder[/yellow]</td>
</tr>
<td>[yellow]Domme[/yellow]</td>
<td>[yellow]Schwarzork[/yellow]</td>
<td>[yellow]Level 40[/yellow]</td>
<td>[yellow]Plündern/Pharmazie[/yellow]</td>
<td>[yellow]Gedo[/yellow]</td>
</tr>
<td>[yellow]Pizzelbrecht[/yellow]</td>
<td>[yellow]Chaosbarbar[/yellow]</td>
<td>[yellow]Level 40[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Pizzelbrecht[/yellow]</td>
</tr>
<td>[yellow]Archael[/yellow]</td>
<td>[yellow]Jünger des Khaine[/yellow]</td>
<td>[yellow]Level 40[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Archael[/yellow]</td>
</tr>
<td>[yellow]Sativaril[/yellow]</td>
<td>[yellow]Zelot[/yellow]</td>
<td>[yellow]Level 39[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Sativaril[/yellow]</td>
</tr>
<td>[yellow]Dariu[/yellow]</td>
<td>[yellow]Auserkorener[/yellow]</td>
<td>[yellow]Level 37[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Dariu[/yellow]</td>
</tr>
<td>[yellow]Gedo[/yellow]</td>
<td>[yellow]Schamane[/yellow]</td>
<td>[yellow]Level 37[/yellow]</td>
<td>[yellow]Plündern/Talisman[/yellow]</td>
<td>[yellow]Gedo[/yellow]</td>
</tr>
<td>[yellow]Smörgl[/yellow]</td>
<td>[yellow]Squigtreiba[/yellow]</td>
<td>[yellow]Level 33[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Smörgl[/yellow]</td>
</tr>
<td>[yellow]Latenight[/yellow]</td>
<td>[yellow]Schwarze Gardistin[/yellow]</td>
<td>[yellow]Level 32[/yellow]</td>
<td>[yellow][/yellow]</td>
<td>[yellow]Latenight[/yellow]</td>
</tr>
</table>