I'm attempting to add an
Award Image for a User who won a contest on my forum.
I've played around with postbit a little in the past & read quite a few tuts, so have a basic grasp of how it works.
Here's the current code I came up with, hoping I can get some help to complete it.
Is $username correct? Is this best way to insert an image?
Code:
<if condition="$username['Maledict Dominus']">
<div>
<a href="(Link to Contest Thread)"> <img src="(Link to Image)" border="0"/ ></a>
</div>
</if>
Here is an example, the dice image is an award icon, you can click on it, to be directed to the contest itself:
Thx for any help.