Is there way to get the images side by side in your signature? I used to use the code from one of the first posts but it no longer works.
Do you mean this code from post #3?
Code:
[table="width: 715]
[tr]
[td]Whatever you put here will show up on the left side of the table[/td]
[td]Whatever you put here will show up on the right side of the table[/td]
[/tr][/table]
That's interesting, it looks like Kaiaa's example in that post is broken too.
The problem seems to be that it's missing a quotation mark at the end of the first line, I think the forum used to correct such mistakes automatically. I feel like something may have changed since it doesn't anymore, but obviously can't confirm that.
Can you try this instead? It seems to work for me:
Code:
[table="width: 715"]
[tr]
[td]Whatever you put here will show up on the left side of the table[/td]
[td]Whatever you put here will show up on the right side of the table[/td]
[/tr][/table]