I am using the editor as a CMS for a site. I have some text on the screen the has a style applied to it in a span ie:
<span class="redtext">TEST<br/></span>
When I try to change the style nothing happens and I look at the sourse and it is now like this:
<span class="bluetext"><span class="redtext">TEST<br/></span></span>
I cannot remove the old span and style, even if I delete the line of text, so what am I doing wrong, or is it the way the system works.
ANy help is appreciated.
<span class="redtext">TEST<br/></span>
When I try to change the style nothing happens and I look at the sourse and it is now like this:
<span class="bluetext"><span class="redtext">TEST<br/></span></span>
I cannot remove the old span and style, even if I delete the line of text, so what am I doing wrong, or is it the way the system works.
ANy help is appreciated.
RE: Styles
RE: Styles
RE: Styles
as from a user point of view this is very silly.
e.g.
A user adds a style to a peice of text, then realizes it isnt the style they want,
Then they have to select the text, unselect the style, then i have to select the text again, then select the correct style.