Das hab ich auch gemacht,
aber keine wirkung,
irgendwo hab ich ein Fehler drin weiß aber nicht wo.
So sieht mein Postbit Template aus
Vielleicht erkennt ja jemand was?
Vielleicht erkennt ja jemand was?
aber keine wirkung,
irgendwo hab ich ein Fehler drin weiß aber nicht wo.
So sieht mein Postbit Template aus
Vielleicht erkennt ja jemand was?
PHP-Code:
<tr>
<td background="images/pattern.gif" bgcolor="#D9D9CC" width="18%" valign="top" style="white-space: nowrap; text-align: center;background-repeat: no-repeat;" ><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['user_details']}
</td>
<td bgcolor="#D9D9CC" width="82%" valign="top" >
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span class="smalltext"><strong> {$post['subject']}</strong></span>
<br />
<div id="pid_{$post['pid']}">
<p id="post_message">
{$post['message']}
</p>
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#D9D9CC" height="14" style="white-space: nowrap; text-align: center;" margin-left="50px"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td bgcolor="#D9D9CC" width="100%" valign="middle" height="14">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext"></span></td>
<td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}</span></td>
</tr>
</table>
</td>
</tr>
{$seperator}
Vielleicht erkennt ja jemand was?