Tabelle in PHPBB

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
ratman
Mitglied
Beiträge: 1
Registriert: 16.03.2003 15:20

Tabelle in PHPBB

Beitrag 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
Benutzeravatar
Mister_X
Ehemaliges Teammitglied
Beiträge: 7102
Registriert: 24.05.2001 02:00
Wohnort: Augsburg

Beitrag von Mister_X »

Benutzeravatar
Dr.Urlaub
Mitglied
Beiträge: 371
Registriert: 13.01.2003 13:59
Wohnort: Magdeburg
Kontaktdaten:

Beitrag 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.
Wer etwas will, sucht Wege.
Wer etwas nicht will, sucht Gründe.
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“