I found this script that puts the signature beneath a post in a box:
(In "postbit_signature")
Looks very good as you can see here (second post) but I wonder if it is possible to put the name of the owner of the signature in front of "signature". So it say's "Ger's signature" (in this case) in stead of only "signature".
How di I have to change the above mentioned script so that the name is called in front of "signature"?
Thanks a lot for helping.
Ger
<fieldset style="margin: 0 auto;"><legend align="left">Signature</legend>
{$post['signature']}
</fieldset>
(In "postbit_signature")
Looks very good as you can see here (second post) but I wonder if it is possible to put the name of the owner of the signature in front of "signature". So it say's "Ger's signature" (in this case) in stead of only "signature".
How di I have to change the above mentioned script so that the name is called in front of "signature"?
Thanks a lot for helping.
Ger