X, here is your fix buddy. Sorry I didn't get back to your sooner.
PHP Code:
<!-- START ZENDIVER FAVORITES -->
<if condition="$post['field10'] or $post['field11']">
<fieldset class="fieldset">
<legend>$post[musername]'s Favorites
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="1">
<if condition="$post['field10']"><div>Fav Promotion: $post[field10]</div></if>
<if condition="$post['field11']"><div>Fav Wrestler(s): $post[field11]</div></if>
</table>
</fieldset>
</if>
<!-- / END ZENDIVER FAVORITES LEGEND -->