My Code For This
...IMHO the better way...and to show which country belong the flag image....coz i or we dont know them all...do you?
change the red one to your correct field number
Code:
<!-- Princeedwards Country Flags Show Start -->
<div align="center">
<vb:if condition="$post['field10']">
<img src="{vb:stylevar imgdir_misc}/flags/{vb:raw post.field10}.png" alt="Country" title=" My Home Country: {vb:raw post.field10}" border="0" />
</vb:if>
</div>
<!-- / Princeedwards Country Flags Show End -->