Seite 1 von 1

Tabelle in PHPBB

Verfasst: 16.03.2003 15:25
von ratman
Hallo :o

Wenn ich eine Tabelle in mein Forum einbaue,bleibt der obere Teil des Thema´s leer und nur im unteren ist die eigentliche Tabelle.


HTML ist eingeschaltet und die Tabelle wird auch sonst korrekt dargestellt.

Hier ist mal der HTML-Code

Code: Alles auswählen

<table border="2">
<cellpadding="1">
<cellspacing="1">
<style="border-collapse: collapse">
<bordercolor="#321314">
<width="77%">
<id="AutoNumber1">
<tr>
<td width="32%" bgcolor="#008080" align="center">
<p align="center"><font color="#FFFF00">
<i><b>Name</b></i></font></td>
<td width="22%" bgcolor="#008080" align="center">
<font color="#FFFF00"><i>
<b>Punkte</b></i></font></td>
<td width="22%" bgcolor="#008080" align="center">
<font color="#FFFF00"><i>
<b>Abschüsse</b></i></font></td>
<td width="24%" bgcolor="#008080" align="center">
<font color="#FFFF00"><i>
<b>Anzahl Spiele</b></i></font></td>
</tr>
<tr>
<td width="32%" bgcolor="#C0C0C0" align="center"><i><b>
<font size="4">
++++++++</font></b></i></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="24%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
</tr>
<tr>
<td width="32%" bgcolor="#C0C0C0" align="center"><i><b>
<font size="4">
++++++++</font></b></i></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="24%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
</tr>
<tr>
<td width="32%" bgcolor="#C0C0C0" align="center"><i><b>
<font size="4">
++++++++</font></b></i></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="24%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
</tr>
<tr>
<td width="32%" bgcolor="#C0C0C0" align="center"><i><b>
<font size="4">
++++++++</font></b></i></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="24%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
</tr>
<tr>
<td width="32%" bgcolor="#C0C0C0" align="center"><i><b>
<font size="4">
++++++++</font></b></i></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="24%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
</tr>
<tr>
<td width="32%" bgcolor="#C0C0C0" align="center"><i><b>
<font size="4">
++++++++</font></b></i></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="24%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
</tr>
<tr>
<td width="32%" bgcolor="#C0C0C0" align="center"><i><b>
<font size="4">
++++++++</font></b></i></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="22%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
<td width="24%" align="center" bgcolor="#808080">
<font size="4" color="#0000FF">x</font></td>
</tr>
</table>
Wer kann mir sagen wo der Fehler sitzt ???

Danke

Ratman :D

Verfasst: 16.03.2003 17:42
von Mister_X

Verfasst: 16.03.2003 18:40
von Dr.Urlaub
nimm einfach das "ENTER" hinter jeder zeile raus, dann gehts, da PHPBB jedes ENTER als Zeilenumbruch erkennt.
ist dann zwar sschwer zu editieren, aebr es geht dann wenigstens, das es oben angezeigt wird.