Chapter title pages not showing in Kindle
Good day,
Hope Im posting in the correct place. Im working on a book in Sigil and I want separator pages before each chapter (i.e "Chapter 1: BlahBlahBlah).
It shows on Kindle Reader App on my phone and on Kindle reader app for PC but not on my kindle. (Maybe its because I have a Kindle Keyboard???)
This is my code:
<?xml version="1.0" encoding="utf-8"?>
<!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" xmlns:epub="http://www.idpf.org/2007/ops" lang="en" xml:lang="en">
<head>
<title>Introduction: We Are Winning </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="../style.css"/>
<link rel="stylesheet" type="text/css" href="../page_style.css"/>
<style>.center {padding: 70px 0; text-align: center;}</style>
</head>
<body>
<div class="center">
<h2>Introdction</h2>
<img width="60" height="60" src="../Images/hand.png"/>
<h1>We Are Winning</h1>
</div>
</body>
</html>
Thank you kindly in advance
|