Thanks, Manichean.
I guess I didn't explain myself clearly. I was hoping for something which is more detailed and calibre centred than the wiki article, and more up to date and calibre centred than the Mobipocket page.
For example: Does calibre accept
body {
margin: 0; padding: 0; border-width: 0;
font-size: 95%;
text-align: justify;
line-height: 120%;
font-family: sans-serif;
} ?
Or does it require
margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;
border-width: 0;
font-size: 95%;
text-align: justify;
line-height: 120%;
font-family: sans-serif;
} ?
Regards, Alex
|