Quote:
Originally Posted by llasram
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.
|
Well, it seems AdobeDE accepts caps in the markups but not in CSS.
I don't think it's strange at all. It's AdobeDE, after all.