Yeh that works great, thanks N-0p3rz. Only a couple problems. I put the div tags inside the ifs as below, but it still shows the empty box for users that don't have info there.
Code:
<if condition="$show['sports_icons']"><center><div class="info">$post[sportsicons]</div></center><br/></if>
Also, what if tags could I put around the IM icons to make it only display the box if they've entered in screenames.
Code:
$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
Thanks!