I've been playing around with editor styles and it seems that if I want to create a style to be used in TinyMCE that will generate the following markup
<h3 class="special">My Heading</h3>
I have to create a style with alias 'h3' and a style with alias '.special'
and have the user apply them one after the other.
Is there some way of combining them into one action?
Also, is there a way of applying an id to a tag? I know you can enclose a section in a div if you create a style with alias 'div' but cannot see how to add an id to it.
Tiny MCE styles with divs and ids
I've been playing around with editor styles and it seems that if I want to create a style to be used in TinyMCE that will generate the following markup
<h3 class="special">My Heading</h3>
I have to create a style with alias 'h3'
and
a style with alias '.special'
and have the user apply them one after the other.
Is there some way of combining them into one action?
Also, is there a way of applying an id to a tag?
I know you can enclose a section in a div if you create a style with alias 'div' but cannot see how to add an id to it.
Thanks,
Matt
is working on a reply...