Spectre_Aidan |
07-11-2011 08:22 AM |
EDIT: I fixed mine :D
the fix is simple :D for me all i did was delete the extra </div> that didnt have a <div> and it wne tback into shape as i did have exactly the same problem as you did freind
so in the end it ended up looking like this
Code:
<vb:if condition="$post['fieldX']">
<img src="images/icons/prestige/cod4/{vb:raw post.fieldX}.png"> <img src="images/icons/prestige/waw/{vb:raw post.fieldX}.png"> <img src="images/icons/prestige/mw2/{vb:raw post.fieldX}.gif"> <img src="images/icons/prestige/bo/{vb:raw post.fieldX}.png">
</vb:if>
that works for me so try that
|