Fulla
06-27-2009, 02:39 PM
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?
<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:
https://vborg.vbsupport.ru/external/2009/06/11.jpg
Thx for any help.
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?
<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:
https://vborg.vbsupport.ru/external/2009/06/11.jpg
Thx for any help.