Hello!
I have a problem with an epub file i'm currently working on. I've seen other threads on this forum where people with problems similar to mine have asked for help, but eventhough I've tried as best I can I still can't seem to get this issue fixed. Hopefully posting here will help.
All right, my problem is this: I have created this epub file in Sigil, and everytime i open it i ibooks the lower part cover image seems to "bleed" over on page 2 - showing the lower most part of the cover image sort of like a bar or a thin banner at the top of page 2. The rest of page 2 is always blank. I've tried adding a height=99% line to the code, without success. This is what the xhtml page says in code view:
Quote:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<h3 style="text-align: center;" title="Omslag"><img alt="omslag7f" src="../Images/omslag7f.jpg" /><br /></h3>
</body>
</html>
|
(As a side note, the word "omslag" means "cover" in swedish, my native language, if anybody is curious.)
Does anybody know how to fix this? The rest of the epub reads absolutely fine, it's just this annoying thing. I should perhaps also mention that when it comes to html and codes n' stuff, I'm a total n00b.
I should also mention that i'm reading the epub on an iPhone, but the problem is the same on the iPad (iBook). Also, it doesn't really seem to matter wheter i open the file in iBook, Kobo or NeoSoarBook.
I would be exeremly grateful if anyone could help!