Quote:
Originally Posted by dottom
Has anyone been able to get {css=myclass} to work in a table?
|
I got it work

What have you tried to get it work? Have you enabled the css feature and put the classnames (without stg_table_) into the preferences of my mod? Have you defined the properties of the css classes (with stg_table_)? Is
{css=... the very first text standing in the row?
Quote:
Originally Posted by Elenna
3) If you are applying the style to the whole table, use .stg_table_mycss.
If you are applying the style to the cell contents (text), use .stg_table_mycss td. If you are applying the style to the cell row (alternating colors??) use .stg_tablerow_mycss
|
If you want to define a css for the table head use
.stg_table_mycss th and define your table with [table="css=mycss;head]
Quote:
Originally Posted by tekguru
However any time we try and put a new paragraph break in the text to give some structure we get an extra cell as per: table_02.jpg
Any ideas what we are missing? HELP 
|
My mod interprets a linebreak as a new tablerow - so this is working as designed. If you want to use a linebreak inside a cell, use
{br} instead as stated in
post #122
Stefan