MyBB Community Forums

Full Version: Align signature div to the right instead of left ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i Align signature div to the right instead of left ?

I want to align div not the sig itself. The div containing it. Div has absolute maximum width and height.
postbit_signature template:

<div style="text-align:right:">
<hr size="1" width="50%"  align="left" />
{$post['signature']}
</div>