Quote:
Originally Posted by StGaensler
Every line is correct, they only differ in the comments (/* starts a css comment). Leave one of them there.
You are supposed to write only "transp" here. This list contains all valid CSS classes - above you definded the css code for .stg_table_transp, so here we allow the users to use this class.
Now you can use this class in your vB Code: [table="css=transp"]
In the html source you can see if it works: <table class="stg_table tborder stg_table_transp">
Hope it works now.
Stefan
|
/* format vBCode table */
.stg_table_transp {border: none; padding: 2px; background:transparent;}
this is added to the "Additional CSS Definition" box
(the top one of the two that is, is that correct? where there are other definitions too, the lower one is empty)
transp
this is added to the "CSS Classes For The Table" box.
Still, with a code like this:
[table="css=transp"]a{br}aa|b[/table]
the table still shows.
Any ideas what I've done wrong?
SGL.