Quote:
Originally Posted by StGaensler
No, in this field you have to add only transp nothing else. Append the css code in AdminCP -> Styles & Templates -> Style Manager -> (Dropdown) Main CSS -> Additional CSS Definitions
|
So easy, THANKS!
So...
Step 1
Append the css code in
AdminCP -> Styles & Templates -> Style Manager -> (Dropdown) Main CSS -> Additional CSS Definitions
Code:
/*****TABLES******/
.stg_table_transp {border: none; padding: 2px; background:transparent;}
.stg_table_transp td {border: none; background:transparent; }
.stg_table_transp .alt1 {background:transparent; }
.stg_table_transp .alt2 {background:transparent; }
/*****TABLES END******/
Step 2
Define css class
AdminCP ->vBulletin-options -> BB Code [table] Settings ->CSS Classes For The Table
...and enable the css feature in "Enabled Features Of This BB Code".
Step 3
Put this code (example) for your table:
Code:
[table="css=transp;width=450"]testcol11|testcol21|testcol31
testcol12|testcol22|testcol32
testcol13|testcol23|testcol33
testcol14|testcol24|testcol34[/table]
Than I clicked on
B to get the first row bold.
So...was this the best way to do it?