Is there any way to make custom styles context sensitive. For instance, if I have a style defined as
I only want the style to appear when I have a table selected.
Also, if I have a specfic format for cells within this style I don't want it to show up in the CSS list. How can I hide these styles?
Example:
table.LayoutTable {...} |
I only want the style to appear when I have a table selected.
Also, if I have a specfic format for cells within this style I don't want it to show up in the CSS list. How can I hide these styles?
Example:
table.LayoutTable td {...} |