I guess I need some more help to get it work
I tried to put this in "CSS Classes For The Table"
Code:
.stg_table_transp {border: none; padding: 2px; background:transparent;}
.stg_table_transp td {border: none; }
.stg_table_transp .alt1 {background:transparent; }
.stg_table_transp .alt2 {background:transparent; }
And the code for the table:
Code:
[table="css=transp"]testcol1|testcol2
{css=transp}testcol1|testcol2[/table]
What?s wrong whith that?