2011-02-11, 08:53 AM
Hello!
I recently added this code to my postbit template - to put a box around the signature area:
<br /><br />
<br /><br /><fieldset style="margin: 0 auto;">
{$post['signature']}
</fieldset>
How do I set the colour of the box?
Thanks
Thumper
Ignore folks!
I added some lines to global CSS which did the trick
Cheers
Thumper
I recently added this code to my postbit template - to put a box around the signature area:
<br /><br />
<br /><br /><fieldset style="margin: 0 auto;">
{$post['signature']}
</fieldset>
How do I set the colour of the box?
Thanks
Thumper
(2011-02-11, 08:53 AM)thumper Wrote: [ -> ]Hello!
I recently added this code to my postbit template - to put a box around the signature area:
<br /><br />
<br /><br /><fieldset style="margin: 0 auto;">
{$post['signature']}
</fieldset>
How do I set the colour of the box?
Thanks
Thumper
Ignore folks!
I added some lines to global CSS which did the trick
Cheers
Thumper