Style problemHi,
I have a problem with the style css combo, when I select a text and apply a style with the combo the editor don't insert the span with the class name but insert the span withn the style like:
<span style="font-weight: bold;
but I need like:
<span class="myClass"
there is a solution?
Thanks
Gianaluigi
I have a problem with the style css combo, when I select a text and apply a style with the combo the editor don't insert the span with the class name but insert the span withn the style like:
<span style="font-weight: bold;
but I need like:
<span class="myClass"
there is a solution?
Thanks
Gianaluigi

Re: Style problem