Hi,
Does anyone know of a way to prevent the style selector from being able to alter the style applied to a span which as the contenteditable="false" attribute set? Eg, I have this html in the editor:
And when I select this in the editor, I can then change the style using the style editor, which I dont want to allow.
Any ideas appreciated!
thanks
Does anyone know of a way to prevent the style selector from being able to alter the style applied to a span which as the contenteditable="false" attribute set? Eg, I have this html in the editor:
<span class="LockedContent" id="19" contenteditable="false" xml="LockedContent">Some locked content</span><BR><BR>Any ideas appreciated!
thanks