Quote:
Originally Posted by Danger
1) If I live the cover that comes with the epub I unzip the epub, take the cover image in it, resize the image to 600w x 800h (use your favorite image editor), save it, rezip the epub.
2) add the following code (or replace the existing code) with:
Code:
<body style="margin: 0px; text-align: center;">
<div><img alt="" src="../Images/cover.jpg" /></div>
</body>
|
Oh! Yay! It worked! Thank you. All the messing about with the code, and I never thought to physically alter the dimensions of the image... stupid me. Does seem like a weird hassle though, that you can't just tell the file to preview the image at 600x800 independent of what the actual dimensions are...