The Arcive of vBulletin Modifications Site. |
|
need a bit of html code Details »»
|
|||||||||||||||||||||||||
ihave signatures at the bottom of post liek everyone does but i need a piece of html that i can use to show a small gif in the far right hand corner of the box
Ive tried a few bits but it always adds it underneath the sig or straight after. where quote is in this post well i would like it above there in that corner if you can follow me Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Open up your postbit_signature template and make it look like this:
Code:
<p align="right">$post[signature]</p> |
|
#3
|
|||
|
|||
|
yep but i want it always aligned to bottom line as well as to the far corner
will try it though ![]() cheers mist |
|
#4
|
|||
|
|||
|
works fine cheers does what i wanted it to
![]() but is still a 2 line gap to the bottom of the box |
|
#5
|
||||
|
||||
|
It will since its using the <p> tag.
You could try using a table cell, that works nicely when I want to align something |
|
#6
|
||||
|
||||
|
There's a trick by xiphoid over at vbulletin.com on how to get it to always align to the bottom. He may have posted it at vbulletintemplates.com too
|
![]() |
|
|