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?
|