PDA

View Full Version : How to remove teh dotted line above sigs?


Mobo
09-08-2010, 10:33 AM
Anyone know how to remove the dotted / dashed line that appears above the signature in a post?

Thanks,

Keith

kh99
09-08-2010, 01:04 PM
The templates postbit and postbit_legacy contain the following:

<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

I think maybe you just have to edit that.

Mobo
09-09-2010, 08:16 AM
Thanks, that did it.