signature help!

mugii

baa
Joined
Apr 27, 2015
Posts
1,171
Bells
141
Jingle Christmas Doll
Tasty Cake
Tasty Cake
how do you put a gif on one side of the sig and then text on the other? please help me ;;
 
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]
 
Where do you guys find these codes? ;o;

I've pretty much just memorized them from seeing other people use them. You can also go to the "Go Advanced" page after clicking "Edit" on a post to see the different formatting things you could do
 
Back
Top