Quote:
Originally Posted by StGaensler
Yes, this is very good  You only have a small mistake: Step 2: Set transp not table. You only have to set it for the table, not for the tablerows (which is possible too but then you have the css class .stg_tablerow_XXX and you can apply it by adding {css=XXX} to a row)
Don't forget to enable the css feature in "Enabled Features Of This BB Code".
|
OK, I changed it in my last post.
I made a new css class:
Code:
.stg_tablerow_black {background:#000; color:#FFF; }
this looks great but I can?t use it together with transp like:
Code:
[table="css=transp;width=450"]testcol11|testcol21|testcol31
{css=black}testcol12|testcol22|testcol32
testcol13|testcol23|testcol33
testcol14|testcol24|testcol34
[/table]
and I can?t get it black in the 1st row
Can you give me an example for:
Row 1 "css=black"
Row 2-? "css=transp"
???