Quote:
Originally Posted by Jellby
Could you extract the HTML code from the file generated by Mobigen, with mobi2html, for instance? Maybe Mobigen makes some changes in the code, and we could see which attributes actually work...
|
Hah, yes, you're absolutely right! The code -
Code:
<H2 ALIGN="center"><B>Header 1</B></H2>
<H3 STYLE="margin-top: 1em; page-break-after: avoid">Header 2</H3>
- will be converted to:
Code:
<h2 align="center"><b>Header 1</b></h2>
<h3 height="2em">Header 2</h3>