signature help!

Use the table coding. With 1 row and 2 columns, then adjust to however you want~
 
HTML:
[table]
[tr][td]TEXT HERE
[/td]
[td]
IMAGE HERE
[/td]
[/tr]
[/table]

or flip the image and the text
 
HTML:
[table]
[tr]
	[td] this is the left side of the table
paste your info here.[/td]
	[td]this is the right side of the table,
paste your info here![/td]
[/tr]
[/table]



here use this.
 
thank u everyone! lemme go edit

- - - Post Merge - - -

ahh thank you! (but how do i push it to the right? looks kinda weird on the left :-0 )
 
ahh thank you! (but how do i push it to the right? looks kinda weird on the left :-0 )

change it to
HTML:
[table="width: 500, align: center"]
or [table="width: 500, align: right"]
instead of just [table]
 
Back
Top