It's just always a complete mess, and never turns out as I want it to be.
Example Code:
| [tr] |
| [th]Test[/th] |
| [th]c[/th] |
| [th]c[/th] |
| [/tr] |
| [tr] |
| [td]c[/td] |
| [td]c[/td] |
| [td]c[/td] |
| [/tr] |
| [tr] |
| [td]c[/td] |
| [td]c[/td] |
| [td]Test[/td] |
| [/tr] |
That should give me this:
Code used: (I deleted the [] at the beginning and at the end to show the code)
table
[tr]
[th]Test[/th]
[th]c[/th]
[th]c[/th]
[/tr]
[tr]
[td]c[/td]
[td]c[/td]
[td]c[/td]
[/tr]
[tr]
[td]c[/td]
[td]c[/td]
[td]Test[/td]
[/tr]
table
I'm obviously doing something wrong. Can someone tell me what's wrong with the code? And what a correct table code should look like?






