Hello,
I have a question. In my forum's postbit, there are awards... this is the image:
I would like that the space between each award image would be smaller, in order to get more images per line.
How could I do it?
The postbit_legacy template, in the awards part is:
HTML Code:
<!-- show awards -->
<if condition="$post[showuserawards]">
<fieldset><legend><a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
</if>
<!-- /show awards -->