Quote:
Originally Posted by MRGTB
So people can hover their mouse over the flag and see the country ALT text title. Use this below. I've also added closing "backslash" too for img tag
Code:
<div>
<if condition="$post[fieldX]"><img src="images/flags/$post[fieldX].gif" alt="$post[fieldX]" /></if>
</div>
|
Thx for the mod and the alt bit

works fine in 3.8.3 but wouldnt work until i added the code in postbit ...