View Single Post
Old 02-21-2017, 05:17 PM   #1
tekeek
Member
tekeek began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Aug 2013
Location: Tennessee
Device: Kindle HDX
Switching pages via EPUB format does not flip correctly

When viewing a comic epub clicking on next page requires two clicks to move to next page. I have to maximize viewer to flip thru without extra click.

attached is the epub

sample of page file:
Code:
<!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>
<meta name="viewport" content="width=1024, height=1554" />
<meta content="text/html; charset=UTF-8"/>
<title>Avengers: Disassembled</title>
<link href="css/stylesheet.css" type="text/css" rel="stylesheet" />
</head>

<body>
	<div id="page0002" class="even">
		<img class="full" src="images/0002.jpg" alt="Avengers: Disassembled" />
	</div>
</body>

</html>

running windows 10 with resolution of 1280x1024

Last edited by Dr. Drib; 02-21-2017 at 06:41 PM.
tekeek is offline   Reply With Quote