This is great, installed.
However, a bit more detail on the CSS side would be nice.
In the BB Code table Settings there are two fields at the bottom, 'CSS Classes For The Table' and 'CSS Classes For The Tablerows'
Now, I've been playing around with different things in here but none seem to be having any effect. CSS is ticked at the top.
I'm not 100% sure on what format these boxes are expecting so I've tried a few options to see if it affects the table. eg;
Code:
stg_table_transp {font-weight: large; }
and just
Code:
transp {font-weight: large; }
the table is built with
Code:
[table="css=transp"]testcol1|testcol2
{css=transp}testcol1|testcol2[/table]
The font in the table stays the same in the CSS table and the one without.
Are these boxes expecting normal CSS formatting or are there only specific things that you can do? I may be missing something really obvious here, but I just can't get any format to stick!