Quote:
Originally Posted by kall
Heya Travis,
That is indeed odd. It looks like the div for the imicons has slipped out of the <td> that should be holding it.
|
Thanks for the quick reply

I havent modified anything and have tried to delete and reinstall heres the code.
Quote:
<if condition="$post['age']"><div class="nzbpostbit"> $vbphrase[age]: $post[age]</div></if>
<div class="nzbpostbit"> $vbphrase[posts]: $post[posts]
</div>
<if condition="$show['infraction']"><div class="nzbpostbit"> $vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><if condition="$show['reppower']"><div class="nzbpostbit"> $vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span></div></if><div class="nzbpostbit"> <span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
<if condition="$post[icqicon] || $post[aimicon] || $post[msnicon] || $post[yahooicon] || $post[skypeicon]"><tr><td><div class="nzbpostbit"> $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></td></tr></if>
</div>
</td>
</tr>
</table>
|
Thanks again.