Quote:
Originally Posted by Seabound
When I convert to ePub using calibre, "CHAPTER I" is centered when viewed with calibre. With the same ePub file viewed with the Sony library viewer and the Sony reader, "CHAPTER I" is left-justified.
|
The problem is that your XHTML+CSS is incorrect in a way that calibre is working around, but AdobeDE is not. The correct tag is not <H1>, but <h1> -- capitalization in XML is relevant and all XHTML tags are lower case. Given how many other buggy things AdobeDE accepts, it seems kind of strange they don't accept this, but if you correctly lowercase all your tags in your markup and CSS, it'll work.