PDA

View Full Version : changing the color of the signature bar


bongwater
12-15-2008, 02:48 PM
I was wondering if the color of the border/divider bar above the signature can be changed. If so, how/where?

example signature is below... I would like the line above it to be a different color. Thanks

https://vborg.vbsupport.ru/external/2008/12/58.jpg

Lynne
12-15-2008, 03:19 PM
Just put these span tags around it in the postbit(_legacy) template(s):
<if condition="$post['signature']">
<!-- sig -->
<div>
<span style="color:green">__________________</span><br />
$post[signature]
</div>
<!-- / sig -->
</if>