How can I make a [TABLE] ?

03/21/2015 14:42 Prokoz#1
I can't seem to find out how I can use the [TABLE] option properly.
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:
[Only registered and activated users can see links. Click Here To Register...]

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?
03/21/2015 15:20 Soundwave ♪#2
Hi,

here is a tutorial in german:

[Only registered and activated users can see links. Click Here To Register...]