Using the editor, is there a way to allow the user to select more than one style to apply (i.e. to combine class selectors) without switching to the html view?
For example, i want to do the equivalent of this:
.highlight { font-weight: bold; }
.indent { padding-left: 2em; }
without having to create a new style that combines both the highlight and indent styles.
Thanks
Tak