On Wed, Jul 14, 2010 at 10:25 PM, Glenn McDonald <> wrote:
> The epub reader (Adobe Digital Editions in my case) is displaying the
> admonition graphic indented (as expected) but the admonition text is
> centered in the page. It should be next to the admonition graphic.
Interesting. EPUB requires strict conformance to XHTML 1.1, which
makes table-based layouts (inherited from DocBook-XSL's aging html/
output) like the above unattractive or invalid. In particular, I
suspect an EPUB validator would complain about your @align attributes.
I suspect it's this that's causing ADE the problems, but who knows
(that rendering engine is known to be eccentric).
Keith