Before you're ready to post the table, you need to put everything on one huge line, otherwise you'll get a bunch of spaces inserted before your table.
- Code: Select all
[table][tr]
[td]test1[/td]
[td]test2[/td]
[/tr][tr]
[td]test3[/td]
[td]test4[/td]
[/tr][tr]
[td]test5[/td]
[td]test6[/td]
[/tr][/table]
Creates:
test1 | test2 |
test3 | test4 |
test5 | test6 |