View Single Post
Old 03-22-2012, 02:35 PM   #7
yoyodude
Junior Member
yoyodude began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Mar 2012
Device: ipad
Okay... I've also noticed that one or two of the navigation thumbnails (sorry; not sure of their proper name) at the bottom of the iBook are blank when displayed on the iPad.

Unsure if this is related to my vanishing page(s), but thought that I might as well log it here.

For what it's worth my .opf is below

Any pointers would be much appreciated.

- - -

<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="book-id" version="2.0">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
<dc:title> The very first day</dc:title>
<dc:creator>Author</dc:creator>
<dcublisher>Publisher</dcublisher>
<dc:type>children, fiction</dc:type>
<dc:subject>children's</dc:subject>
<dc:description>Content description</dc:description>
<dc:format>ibooks, epub</dc:format>
<dc:date>2012</dc:date>
<dc:rights id="en_rights" xml:lang="en-us">Copyright notice</dc:rights>
<dc:language>en</dc:language>
<dc:identifier id="book-id">number here</dc:identifier>

<meta name="cover" content="img-cov"/>
</metadata>
<manifest>
<item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"></item>
<item id="css" href="css/styles.css" media-type="text/css"></item>


<item id="pg001" href="Cover_pb01.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg002" href="page02.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg003" href="page03.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg004" href="page04.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg005" href="page05.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg006" href="page06.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg007" href="page07.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg008" href="page08.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg009" href="page09.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg010" href="page10.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg011" href="page11.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg012" href="page12.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg013" href="page13.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg014" href="page14.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg015" href="page15.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg016" href="page16.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg017" href="page17.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg018" href="page18.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg019" href="page19.xhtml" media-type="application/xhtml+xml"></item>
<item id="pg020" href="page20.xhtml" media-type="application/xhtml+xml"></item>

<item id="img-cov" href="images/PeSplash01FCover2.png" media-type="image/png"></item>
<item id="page03" href="images/PeSplash01Page1.png" media-type="image/png"></item>
<item id="page05" href="images/PeSplash01Page2.png" media-type="image/png"></item>
<item id="page07" href="images/PeSplash01Page3.png" media-type="image/png"></item>
<item id="page09" href="images/PeSplash01Page4.png" media-type="image/png"></item>
<item id="page11" href="images/PeSplash01Page5.png" media-type="image/png"></item>
<item id="page13" href="images/PeSplash01Page6.png" media-type="image/png"></item>
<item id="page15" href="images/PeSplash01Page7.png" media-type="image/png"></item>
<item id="page17" href="images/PeSplash01Page8.png" media-type="image/png"></item>
<item id="leftside" href="images/PeSplash01Page9.png" media-type="image/png"></item>
<item id="rightside" href="images/PeSplash01Page10.png" media-type="image/png"></item>
<item id="page20" href="images/PeSplash01BackCover3.png" media-type="image/png"></item>

</manifest>
<spine toc="ncx">
<itemref idref="pg001"/>
<itemref idref="pg002"/>
<itemref idref="pg003"/>
<itemref idref="pg004"/>
<itemref idref="pg005"/>
<itemref idref="pg006"/>
<itemref idref="pg007"/>
<itemref idref="pg008"/>
<itemref idref="pg009"/>
<itemref idref="pg010"/>
<itemref idref="pg011"/>
<itemref idref="pg012"/>
<itemref idref="pg013"/>
<itemref idref="pg014"/>
<itemref idref="pg015"/>
<itemref idref="pg016"/>
<itemref idref="pg017"/>
<itemref idref="pg018"/>
<itemref idref="pg019"/>
<itemref idref="pg020"/>
</spine>
<guide>
<reference type="cover" href="Cover_pb01.xhtml"></reference>
<reference type="text" href="page02.xhtml"></reference>
</guide>
</package>
yoyodude is offline   Reply With Quote