Close, but no cigar

.....for me I ended up with two images, one in the right place and the original one
Quote:
Originally Posted by Micky_1
Find:
Code:
<div class="forumdata">
Replace it with:
Code:
<div class="forumdata">
<vb:if condition="$forum['iconlocation']"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" />
<vb:elseif condition="$forum['iconlocation']" /><p class="forumdescription"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></p>
</vb:if>
|