View Single Post
Old 05-02-2008, 12:45 PM   #9
IceHand
Linux User
IceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavensIceHand is a rising star in the heavens
 
IceHand's Avatar
 
Posts: 323
Karma: 13682
Join Date: Aug 2007
Location: Germany
Device: Kindle 3
Quote:
Originally Posted by Jellby View Post
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> �
IceHand is offline   Reply With Quote