1. table testing

    Why doesn't the BB Code for tables work?

    [table]
    [tr]
    [th]col1[/th]
    [th]col2[/th]
    [th]col3[/th]
    [/tr]
    [tr]
    [td]test1[/td]
    [td]tesat2[/td]
    [td]test3[/td]
    [/tr]
    [tr]
    [td]test4[/td]
    [td]test5[/td]
    [td]test6[/td]
    [/tr]
    [/table]