Quote:
Originally Posted by WEBDosser
r u wanting to change the line for an image?.. if so that is different code you will need.
|
You just replace the underscores with the proper html;
HTML Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
<img src="http://www.urltoimage.com/images/image.gif" alt="Signature" />
<br />
$post[signature]
</div>
<!-- / sig -->
</if>