View Single Post
Old 08-20-2023, 03:39 PM   #4
WillyA
Junior Member
WillyA began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Aug 2023
Device: Sigil 2.0
Code:
<meta name="Sigil version" content="2.0.0" />
    <dc:date opf:event="modification" xmlns:opf="http://www.idpf.org/2007/opf">2023-08-20</dc:date>
    <dc:identifier id="uuid_id" opf:scheme="uuid">5ba1c38c-c302-4006-be05-56bdb9f1ab19</dc:identifier>
    <meta name="cover" content="cover" />
  </metadata>
  <manifest>
    <item id="page_css" href="Styles/page_styles.css" media-type="text/css"/>
    <item id="css" href="Styles/stylesheet.css" media-type="text/css"/>
    <item id="Table_of_Contents.html" href="Text/Table_of_Contents.html" media-type="application/xhtml+xml"/>
Then further down the page

Code:
xhtml+xml"/>
    <item id="titlepage" href="Text/titlepage.xhtml" media-type="application/xhtml+xml"/>
    <item id="cover.xhtml" href="Text/cover.xhtml" media-type="application/xhtml+xml"/>
  </manifest>
  <spine toc="ncx">
    <itemref idref="cover.xhtml"/>
    <itemref idref="titlepage"/>
    <itemref idref="Table_of_Contents.html"/>
It LOOKS OK, but it still doesn't work with calibre ePub reader.

Under images there's a file called cover.jpg. It's the correct size and it's ticked in semantics.
WillyA is offline   Reply With Quote