StGaensler - thanks for your continued support with this hack! i'm currently testing out the beta. just wanted to let you know about a small problem i ran into:
i'm testing out the
colspan on the header row. i want the header row to be centered. if i use the
center BBCode, it messes up the table. however, if i use the
center html code, it works.
to show you what i mean, this does NOT work:
HTML Code:
[table=head; width=100%]{colsp=2}[CENTER][b]1999[/b] [i](6 shows)[/i][/CENTER]
this DOES work:
HTML Code:
[table=head; width=100%]{colsp=2}<CENTER>[b]1999[/b] [i](6 shows)[/i]</CENTER>