Code:
<if condition="$show['avatar'] & $vbulletin->userinfo[usergroupid]=6">
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="122" height="80" align="center">
<tr>
<td background="$stylevar[imgdir_misc]/badge.png" nowrap="nowrap" no-repeat><center><img src="$post[avatarurl]" height="60" width="60"</center></td>
</tr>
</table>
<br />
</if>
Try that. I don't know where all the extra crap came from.