View Single Post
Old 07-22-2011, 12:46 PM   #1
StirlingEditor
Junior Member
StirlingEditor began at the beginning.
 
StirlingEditor's Avatar
 
Posts: 9
Karma: 10
Join Date: Jul 2011
Device: Kindle
Epub validation error (toc)

Hi y'all. First posting here. Feeling a bit shy. *sticks toe in the water gingerly* When I run my near-perfect (no, really!) epub through the validator in Sigil, I get this error message:

Quote:
This resource is present in the OPF <manifest>, but it's not reachable (it's unused).
I'm getting this error on every single one of my little chapter glyphs images (GIFs). I didn't always get this message, so I'm a bit unclear as to where I've taken a wrong turn.

CSS code:
Code:
.crescent{
  	width:30%;
	text-align:center;
   margin-left:auto;
	margin-right:auto;
}
Example in the xhtml files:
Code:
<div class="crescent">
      <strong><img alt="crescent.gif" class="image" src="../Images/crescent_fmt.gif" width="100%" /></strong>
    </div>
StirlingEditor is offline   Reply With Quote