Hallo zusammen,
ich habe folgendes Problem. Ich habe mir eine Tabelle mit Bilder und Text erstellt, wenn ich mir diese Tabelle außerhalb von Wordpress anschaue, sieht sie aus, wie sie aussehen soll :-D.
Sobald ich meinen HTML Code in eine Wordpress Seite einfüge, bekommt die Tabelle plötzlich wieder Rahmen und die Zeilen machen, was Sie wollen. Ich habe als Zeilenhöhe auch schon verschiedene Höhen ausprobiert, aber ich kann die Zeilen einfach nicht kleiner machen als auf dem Screenshot.
Anhänge: Tabelle1 zeigt die Tabelle wie sie aussehen sollte, Tabelle2 zeigt die Tabelle in Wordpress
Ich hoffe, es kann mir jemand helfen. Danke
<table height="102" width="402" border="0" cellpadding="0" cellspacing="1">
<tr>
<td rowspan="7" align="left" width="197"><img src="http://www.halozination.de/bilder/test/Bild1.JPG" name="Bild1" height="102" width="150" /></td>
<td colspan="2"><font face="verdana" size="2"><strong>Episode 1</strong></font></td>
</tr>
<tr>
<td colspan="2"><font face="verdana" size="1">Titel der Episode</font></td>
</tr>
<tr>
<td width="80" bgcolor="#999999"><font face="verdana" size="1"><strong>Länge:</strong></font></td>
<td width="111" align="right" bgcolor="#cccccc"><font face="verdana" size="1">5 min</font></td>
</tr>
<tr>
<td bgcolor="#999999"><font face="verdana" size="1"><strong>Größe:</strong></font></td>
<td align="right" bgcolor="#cccccc"><font face="verdana" size="1">50 MB</font></td>
</tr>
<tr>
<td bgcolor="#999999"><font face="verdana" size="1"><strong>Auflösung:</strong></font></td>
<td align="right" bgcolor="#cccccc"><font face="verdana" size="1">320x240</font></td>
</tr>
</table>
<p>
<img src="http://www.halozination.de/bilder/test/Bild2.JPG" name="Bild2" height="102" width="150" /> <img src="http://www.halozination.de/bilder/test/Bild3.JPG" name="Bild3" height="102" width="150" /> <img src="http://www.halozination.de/bilder/test/Bild4.JPG" name="Bild4" height="102" width="150" />
</p>
<table border="0" cellpadding="0" cellspacing="1" width="460">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
Alles anzeigen