ich hab ein problem mit einem selbst erstellten bbcode.
Vorweg, es geht um ein Verkaufstag für unser Gildenforum.
Code: Alles auswählen
[Armor][{URL}][{COLOR}][{SIMPLETEXT1}][{SIMPLETEXT2}][{NUMBER1}][{NUMBER1}][{NUMBER2}][{NUMBER3}][{SIMPLETEXT3}][{SIMPLETEXT4}][{NUMBER4}][{NUMBER5}][{NUMBER6}][/Armor]
Code: Alles auswählen
<table style="background-color: #3b5372; color: #6e92aa; width: 800px; border: 3px solid #6e92aa;" align="center">
<tr>
<td style="width: 50px; height: 50px">
<img width="50px" height="50px" onload="resizeImage(this)" src="{URL}" onclick="popView(this.src)" alt="Fehler !"/></td>
<td style="width: 10px; height: 50px;"></td>
<td style="width: 25%; height: 50px;"><span style="color: {COLOR}; font-size: 13px;"><strong>{SIMPLETEXT1}</strong></span><br />
Aus:
<span style="color: #7dabc2;"><strong>{SIMPLETEXT2}</strong></span><br />
Benötigte Stufe:
<span style="color: #7dabc2;"><strong>{NUMBER1}</strong></span></td>
<td style="width: 25%; height: 50px;">Physische Abwehr: <span style="color: #7dabc2;"><strong>{NUMBER2}</strong></span><br />
Magische Abwehr: <span style="color: #7dabc2;"><strong>{MA}</strong></span><br />
Ausweichrate: <span style="color: #7dabc2;"><strong>{NUMBER3}</strong></span><br />
</td>
<td style="width: 25%; height: 50px;">{SIMPLETEXT3}: <span style="color: #7dabc2;"><strong>{SIMPLETEXT4}</strong></span><br />
Kombination: <span style="color: #7dabc2;"><strong>{NUMBER5}</strong></span></td>
<td style="width: 20%; height: 50px;">Anzahl: <span style="color: #FFFFFF;"><strong>{NUMBER5}</strong></span><br />
Preis: <span style="color: #D4AF37;"><strong>{NUMBER6}</strong></span></td>
</tr>
</table>
PLZ help.
Vielen dank im voraus !