I'm having trouble with image display in certain circumstances. Try this: Install DTBook configuration Create new DTBook document Insert an <img> element in the body, and set it to point to an existing image in your filesystem. The image should display fine in the editor. Wrap the <img> in an inline element, such as <a> or <cite>. Now the image no longer displays properly (you may have to save and re-open the file to see the breakage).
I am pretty sure this is due to the image element being specified as display:block for editing purposes, while the container around it is displayed as an inline. I see how this can confuse the layout, but I don't know why it causes the image to end up not displayed at all. I could probably cause <img> to be treated as an inline in this context, but I won't be able to get rid of all such issues. DTBook, unfortunately, contains various block elements which are not illegal as children of inline elements. [this is xxe pro 5.4 on mac os] Boris -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

