Hi,
I've just converted a book to epub format and it was fairly straightforward. I have one or two questions.
I have a small section that has a few diagrams.
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Diagrams</title>
</head>
<body>
<p id="chap03">
<img src="images/Plan.jpg" alt="" />
<br /><img src="images/BD.jpg" alt="" />
<br /><img src="images/ED.jpg" alt="" />
<br /><img src="images/TT.jpg" alt="" />
<br /><img src="images/NAM.jpg" alt="" />
</p>
</body>
</html>
I uploaded the pub to my wife's Kobo ereader and they display OK, except that when going from one page to the next, the previous image can be seen jutting out from under the current one. Is this peculiar to the ereader or is it a generic problem? Is there a way to fix it?
Also, my book has a lot of endnotes; is there a way to click on a reference number [eg "[18]") to follow the link to the endnotes? I've specified the anchors and ids to allow the reader to go from the main body of the text
to the endnotes.
Many thanks
Paul