PDA

View Full Version : signiture on the right side.


Grealm
06-09-2002, 04:07 PM
what template should i edit for signitures? coz the default is on the left and i want it on the right side.. any info would be greatly appreciate it..

Chris M
06-09-2002, 05:17 PM
The posbit template...

Replace :

$post[signature]

With :

<div align="right">$post[signature]</div>

Satan

Grealm
06-09-2002, 06:01 PM
cool.. thanks ill try that :)

Chris M
06-09-2002, 06:42 PM
I might have got the variable wrong for the Signature, but if you want to make something goto the left, right, top, bottom or center, then use these tags :

Left :
<div align="left"> </div>

Right :
<div align="right"> </div>

Center :
<div align="center"> </div>

Top :
<div align="top"> </div>

Bottom :
<div align="bottom"> </div>

:)

Satan

Grealm
06-09-2002, 08:39 PM
it's coo.. thanks so much

Chris M
06-10-2002, 09:26 AM
Hehe...

Its just simple HTML...

Satan