Quote:
Originally Posted by charleski
A common mistake for those new to Sigil is to get the path wrong, since Sigil automatically stores assets in dedicated directories.
Your cover page will need to have something like
<div><img title="Cover" alt="Cover Image" class="cover" src="../Images/cover.jpg" /></div>
|
Hmm, you posted this while I was writing my post above. Everything looks similar to the above example except that neither the title="Cover" or the class="cover" show up, are they necessary or maybe the problem since they are missing?