btw, i add a little tweak to the img link so that if you hoover over the flag, it doesn't say country but it says the countryname.
this is the normal line:
Code:
<if condition="$post[field18]"><img src="images/flags/$post[field18].gif" border="0" /></if>
this is what i changed it to:
Code:
<if condition="$post[field18]"><img src="images/flags/$post[field18].gif" border="0" alt="$post[field18]" /></if>
So this way it pops up the countryname when hoovering over the flag

just a simple alt tag...