Cool, made the change below and incorporated it into my member's profile page, see here:
http://www.phototherapy.org/forums/m...andogomez.html
Here's the code, hope it's ok to post it in this thread:
Code:
<fieldset>
<if condition="$userinfo[fieldXX]"><img src="images/flags/$userinfo[fieldXX].gif"></if>
<if condition="$userinfo[fieldXX]"><img src="images/region/$userinfo[fieldXX].gif"></if>
<b>City:</b> $userinfo[fieldXX]<br>
<b>State:</b> $userinfo[fieldXX]<br>
<b>Country:</b> $userinfo[fieldXX]<br>
Replace the "XX"'s with your field ID's...
All the best, love this! rg sends!