either take out these 2 to show one
Code:
<if condition="$post[fieldX] != ''"><img src="images/teams/$post[fieldX].gif" title="$post[fieldX]" align="center" border="0"/></if>
<if condition="$post[fieldX] != ''"><img src="images/teams/$post[fieldX].gif" title="$post[fieldX]" align="center" border="0"/></if>
or make new profile fields so that you have 3 differ choice (follow steps 2 - 4)
example:
Code:
<div align="center">
<if condition="$post[field1] != ''"><img src="images/teams/$post[field1].gif" title="$post[field1]" align="center" border="0"/></if>
<if condition="$post[field2] != ''"><img src="images/teams/$post[field2].gif" title="$post[field2]" align="center" border="0"/></if>
<if condition="$post[field3] != ''"><img src="images/teams/$post[field3].gif" title="$post[field3]" align="center" border="0"/></if>
</div>
this is a very similair mod that me and my friend came up with for games
you can also add this to the top of the code:
Code:
<if condition="$post[fieldXX] != ''"><center><b>My Favorite Sports team(s):</b></center></if>