UPDATE:
Nevermind. There was a problem with CSS "cover.css". I fixed it, and it works now.
There seems to be something wrong with the following file in my ePUB book, because I can't open the book in my PocketBook InkPad3. It opens the cover, but then I can't change pages. But if I remove it from the book structure, it opens normally.
I use Sigil to edit ePUBs.
This is the file:
PHP Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>The Essential Journey of Life and Death</title>
<link href="../Styles/cover.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<h1>The Essential Journey<br/>of Life and Death</h1>
<h2 class="capitalize">Volume 1: The Indestructible Nature<br/>of Body, Speech, and Mind</h2>
<div class="spacer1"></div>
<img class="insig" height="200" alt="insignia" src="../Images/insignia.jpg"/>
<h2><span style="font-style: italic;">by</span><br/> Khenchen Palden Sherab Rinpoche<br/><span style="font-style: italic;"> and</span><br/> Khenpo Tsewang Dongyal Rinpoche</h2>
<p class="p"><span style="font-style: italic;">Edited by members of the Samye Translation Group</span><br/> Craig Bialick, Perna Dragpa, and Amanda Lewis</p>
</body>
</html>
Any ideas?