Quote:
Originally Posted by Aquinax
Although it DOES manage to stretch the cover image across the entire screen, but not any other image in the ebook, no matter what size...
|
I notice in a lot of epubs converted by Calibre from mobi that they often have
@page {
margin-bottom: 5pt;
margin-top: 5pt
}
.calibre {
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
padding-left: 0;
padding-right: 0
}
in CSS
And in every (x)html file
Of course, the kindle cover is just an image, not HTML. But every actual page using these defaults will have a 5 pt margin.
So, if you haven't already, check all the CSS for similar formatting. Just set them to zero. You can apply margins to the text tags if you want that.