here is my surrounding code.
HTML Code:
<vb:if condition="$show['infraction'] OR $show['reppower']">
<dl class="user_rep">
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
<dt>{vb:rawphrase reppower}</dt>
<dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
</vb:if>
</vb:if>
</dl>
</vb:if>
<div align="center">
<vb:if condition="$post['field5']"><img src="images/teams/{vb:raw post.field5}.gif" alt="Sports Logo" border="" /></vb:if>
<vb:if condition="$post['field6']"><img src="images/teams/{vb:raw post.field6}.gif" alt="Sports Logo" border="" /></vb:if>
<vb:if condition="$post['field7']"><img src="images/teams/{vb:raw post.field7}.gif" alt="Sports Logo" border="" /></vb:if>
<vb:if condition="$post['field8']"><img src="images/teams/{vb:raw post.field8}.gif" alt="Sports Logo" border="" /></vb:if>
<vb:if condition="$post['field9']"><img src="images/teams/{vb:raw post.field9}.gif" alt="Sports Logo" border="" /></vb:if>
<vb:if condition="$post['field10']"><img src="images/teams/{vb:raw post.field10}.gif" alt="Sports Logo" border="" /></vb:if>
</div>
</vb:if>
</div>