when using the editor component in an iframe with designMode="on", I pretty soon get ugly overhead in my HTML source. The main problem here is that depending on the browser and used stylesheets this might look pretty different from the preview.
e.g. I have the word "Basicversion". After done some color formating and reformating, my source now looks like this:
<span style="color: rgb(0, 0, 255);"><span style="color: rgb(255, 192, 0);"></span></span><span style="font-weight: bold; color: rgb(255, 192, 0);">B<span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 255);"><span style="color: rgb(255, 192, 0);">asicversion:</span></span><br style="color: rgb(128, 128, 128);">
</span>
</span>
While all I want is just: <span style="color: rgb(255, 192, 0);">Basicversion:</span>
So there are empty <span>s and unneccesary nested <span>s and even a formated line break.
Is there a command or method to eliminate or at least reduce this overhead? Any ideas?
Thanks Daniel _______________________________________________ mozilla-editor mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-editor
