View Single Post
Old 12-13-2014, 01:12 AM   #1
rosshalde
Zealot
rosshalde began at the beginning.
 
Posts: 142
Karma: 10
Join Date: Jun 2014
Device: nook
Using Sigil to get Cover to be default first page

I am using Sigil to create a cover.
I notice that on NOOK, it default shows the cover.
On Kobo it shows the first page that is not the cover.
I would like to have as close to a universal solution as possible to get devices/programs to always show the cover when the book is opened as many have nice covers.

Does this code look like it will do the job? I took Sigil's code and just added the <h1 title> and added the Cover to the TOC. I think this should work, but if anyone has another suggestion on using Sigil to do this, I would be happy to hear it.

<?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>Cover</title>
</head>

<body>
<div style="text-align: center; padding: 0pt; margin: 0pt;">
<h1 title="Cover"></h1>

<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 826 1237" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink"><image height="1237" width="826" xlink:href="../Images/Cover%20Manual%20of%20Prayers.jpg" /></svg>
</div>
</body>
</html>
rosshalde is offline   Reply With Quote