PLS help

ja aber was? habs schon probiert aber klappt nichtQCO hat geschrieben:Dazu musst du die Datei template/{TemplateName}/viewtopic_body.tpl anpassen.
Alles weitere bezüglich HTML/CSS findest du bei selfHTML.
Code: Alles auswählen
<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
Code: Alles auswählen
<td colspan="2" style="background-image:url(http://www.deine_domain.de/templates/subSilver/images/bg.gif); background-repeat:no-repeat; background-position:center"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
Code: Alles auswählen
<td colspan="9"><span class="gen">
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</span></td>
Code: Alles auswählen
<tr>
<td colspan="9" background-image:url="http://www.xxxxx.de/templates/subSilver/images/hg.jpg"; background-repeat:no-repeat; background-position:center"><span class="gen">
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</span></td>
</tr>
Code: Alles auswählen
<tr>
<td colspan="9"><span class="gen">
<textarea name="message" rows="15" cols="35" wrap="virtual" style="background-image:url(http://www.xxxxxx.de/templates/subSilver/images/hg.jpg); background-repeat:no-repeat; background-position:center" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</span></td>
</tr>