suche:
Code: Alles auswählen
<tr>
<td>
<a name="{postrow.U_POST_ID}"></a>
<table width="100%" align="center" cellspacing="2" cellpadding="0">
<tr>
<td width="150" valign="middle">{postrow.POSTER_AVATAR}<br /><span class="whitetitle"><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}<br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span></td>
</tr>
Code: Alles auswählen
<tr>
<td class="{postrow.ROW_CLASS}">
<a name="{postrow.U_POST_ID}"></a>
<table width="100%" align="center" cellspacing="2" cellpadding="0">
<tr>
<td class="{postrow.ROW_CLASS}" width="150" valign="middle">{postrow.POSTER_AVATAR}<br /><span class="maintitle"><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}<br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span></td>
</tr>