Help With Signature

Joined
Sep 18, 2014
Posts
4,028
Bells
0
Tasty Cake
Tasty Cake
Tasty Cake
Tasty Cake
Tasty Cake
Cake
Cake
Cake
Cake
Cake
Cake
Whenever I try to use the table coding my signature never shows up, is there a solution for this?
 
can you put what code youre trying to use? it's possibly just a minor typo somewhere.. it should look like this:

HTML:
[table] [td] [tr]first column[/tr] [tr] second column [/tr] [/td] [/table]
rows = [td]
columns [tr]
 
can you put what code youre trying to use? it's possibly just a minor typo somewhere.. it should look like this:

HTML:
[table] [td] [tr]first column[/tr] [tr] second column [/tr] [/td] [/table]
rows = [td]
columns [tr]

I used this and it still wouldn't work
 
Last edited:
I used this and it still wouldn't work

oh wow i just realized i mixed up the rows and columns oops
so, if you want a table in your sig that has the left and right images/txt on either side, use code below and put whatever youd like into each [td] [/td]

HTML:
[TABLE="width: 700"]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[/TABLE]
 
Last edited:
Back
Top