Signature Table Help

Nysic

Power Star
So, I want to add this image to both sides of my sig:

rob66_by_quas_quas-d7yw4or.png

But when I put it next to the rest of the table, this happens:

rob66_by_quas_quas-d7yw4or.png
Yoshi_Grin_by_Latte3000.png
R_O_B__by_pnutink.jpg
rob66_by_quas_quas-d7yw4or.png



Can anyone help?​
 
Code:
[center]
[table]
[tr]
[td][IMG]http://fc06.deviantart.net/fs71/f/2014/255/f/f/rob66_by_quas_quas-d7yw4or.png[/IMG][/td]
[td][table]
[tr][td][IMG]http://fc01.deviantart.net/fs40/f/2009/007/6/4/Yoshi_Grin_by_Latte3000.png[/IMG][IMG]http://fc09.deviantart.net/fs37/i/2008/278/7/6/R_O_B__by_pnutink.jpg[/IMG][/td][/tr]
[tr][td][url=http://backloggery.com/Nysic][IMG]http://backloggery.com/nysic/sig.gif[/IMG][/url][/td][/tr]
[/table][/td]
[td][IMG]http://fc06.deviantart.net/fs71/f/2014/255/f/f/rob66_by_quas_quas-d7yw4or.png[/IMG][/td]
[/tr]
[/table]
[/center]

results in:


rob66_by_quas_quas-d7yw4or.png
Yoshi_Grin_by_Latte3000.png
R_O_B__by_pnutink.jpg
rob66_by_quas_quas-d7yw4or.png

you can remove the line breaks if you want to

e:just substituted the 'other stuff in your sig' for the other table you had

just go ahead and copy paste it, it should work
 
Just to quickly inform you of why it doesn't work in the earlier way, tables by default want to be on their own line within an element, without other things. Images do not care by default, but because tables do, they don't go on one line.

What GBAToad made is a table in a table, which goes fine, as the table is inside an element (the center cell), all alone.
 
Back