View Single Post
Old 12-06-2013, 09:17 PM   #1
btse1
Junior Member
btse1 began at the beginning.
 
btse1's Avatar
 
Posts: 7
Karma: 10
Join Date: Nov 2013
Location: The Great Pacific Northwest
Device: kindle fire
Question about replacing cover image

I had my manuscript professionally converted to epub. Now I need to replace the cover image to satisfy Smashwords cover requirements. I took a stab at it in Sigil, but even someone like me who knows only some basic html and only a tiny bit about css can see that the body code for the cover page is messed up. I'm hoping some kind soul here will correct it for me. This is the code at present:

<body style="margin: 0px; padding: 0px;">
<div style="width: 100%; height: 100%; margin: 0; padding: 0; text-align: center;"><img alt="Cover" src="../Images/decembercover2.jpg" /><img alt="cover" src="../Images/Decembercover2.jpg" /><img alt="Cover" id="CoverImage" src="../Images/CoverDesign.jpg" style="height: 100%; max-width: 100%; max-height: 100%; padding: 0; margin: 0;" /></div>
</body>

The new file it's supposed to be referencing is titled decembertitle2.jpg, but it is also referencing the previous title image, CoverDesign.jpg. This is bound to lead to disaster. Any guidance, please?
btse1 is offline   Reply With Quote