Quote:
Originally Posted by mateo
I have a problem with html2mobi. the created mobi file has all of my text centered, but the original html file (checked with firefox and internet explorer) does not have the text centered. I think maybe it is because certain sections (such as chapter headings) are centered using this:
<p align="center">
could it be that html2mobi doesn't handle that tag, yet? if i replace all of those instances with the <center> tag, would that fix my problem?
|
Well, html2mobi does not do anything with the html concerning that so I would suspect that the html code is broken and the mobiPocket reader and firefox renders the broken code differently. If you give a short example is is possible to say more.