Signature HTML Needed! Details In Post!

raeyoung

p fly for a villain guy
Joined
Jun 18, 2015
Posts
4,251
Bells
99
Switch
5304-8149-2418
Tasty Cake
Tasty Cake
Pikachu Easter Egg
Cake
Cake
Okay so I want a HTML for a three column table so that my signature can have an organization where:

I can have art of my mayor on rotate at the far left.
I can have a GFX and my shop links below it in the middle.
I can have my two spoilers on the far right.

Anybody know the HTML?

I really need the help!
 
Last edited:
Well this is the code for a 3 column table so I guess just give this a try?

HTML:
[table]
[tr][td]First[/td][td][/td][td]Second[/td][td][/td][td]Third[/td][/tr]
[/table]

FirstSecondThird
 
Last edited:
Well this is the code for a 3 column table so I guess just give this a try?

HTML:
[table]
[tr][td]First[/td][td][/td][td]Second[/td][td][/td][td]Third[/td][/tr]
[/table]

FirstSecondThird

this should work, but depending on the size of what you put into each column, it may not fit the complete width of your signature
so...
HTML:
[TABLE="width: 700"]
[TR]
[TD]art of mayor here[/TD]
[TD]shop links[/TD]
[TD][RIGHT][spoiler= ]whatever in spoiler 1[/spoiler]
[spoiler= ]whatevr in spoiler 2[/spoiler][/RIGHT][/TD]
[/TR]
[/TABLE]

so basically yeah what jake. put but with a width of 700
 
Last edited:
Back
Top