Hi! It's a great mod, but I have the same problem which was reported in
this message.
When I use the code
HTML Code:
[table="head;width=70%"] |[CENTER][B]column 2[/B][/CENTER]|[CENTER][B]column 3[/B][/CENTER]
[B]row 2[/B]|[CENTER]test 22[/CENTER]|[CENTER]test 23[/CENTER]
[B]row 3[/B]|[CENTER]test 32[/CENTER]|[CENTER]test 33[/CENTER][/table]
I get the wrong table (the first one in the attachment).
If I add extra line breaks, like here
HTML Code:
[table="head;width=70%"] |[CENTER][B]column 2[/B][/CENTER]|[CENTER][B]column 3[/B][/CENTER]
[B]row 2[/B]|[CENTER]test 22[/CENTER]|[CENTER]test 23[/CENTER]
[B]row 3[/B]|[CENTER]test 32[/CENTER]|[CENTER]test 33[/CENTER][/table]
everything is all right (the second image). The problem appears only when I add the [CENTER] tags.
vBulletin version 3.6.7.
Is this normal?