I found an annoying and incredible error
The same code is displayed once one way, then in another way by ADE 4.0.2.
The code is:
Code:
<td><span class="taste1"><img src="n456MK.png"/></span></td>
<td colspan="2">Wiedergabe wird angehalten. Funktionsfläche <span class="taste1"><img src="n456MK.png"/></span> wechselt zu <span class="taste1"><img src="v140MK.png"/></span>.</td>
In short, the same class "taste1" within identical columns in a table gives two different displays. "Taste1" draws a rounded (where possible) box around a text or image.
This is how it appears in calibre, and how it is intended.
[Image violates Posting Guidelines for size - MODERATOR]
But this is how it is displayed in ADE.
There are two more errors: the Auswahl should be followed by an image, but it appears that not all PNG images are compatible, so I am changing them to GIF. I still could not find anything usable regarding PNG files and ePub, though there are countless threads on PNG but related to amazon/apple/etc. rejections.
The second one, not appearing here (in full) is related to the lack of borders of figures in tables (see the first column), yet the border is displayed if one adds a blank space or any other text character within the <SPAN> with the image.
Somehow I believe these are somehow related.
Has anybody any idea what could be wrong?