One simple example is this:
<strong>Test</strong><strong>ing</strong>
This should result in Testing but after adding it, it shows as Test ing.
There are a number of situations where this happens - a spece is added (in this case, between the </strong> and <strong> tags that are right next to each other).
I could search for other cases if you need me to - had other problems... but this is a simple example.
Is this something you can fix? Can you fix it in the "general" case?
Thanks!
P.S. Another example is a table created by ImageReady (Adobe). I am using the editor for creating page templates for a courseware site. I design the graphic buttons in ImageReady, with javascript rollovers. When I paste into the editor, and use the Preview function, looks perfect! Save as XHTML, and reload, and it is a mess - because of spaces added within each <td></td> tag. This space messes up the layout so it is unusable. If you need a sample of this code, please let me know and I will email it to you. This space problem is making the editor usless in this application. If there is a work-around, please let me know.