View Single Post
Old 07-22-2011, 02:33 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,803
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by StirlingEditor View Post
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:



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>
That message says you have a image file that is not used anywhere in the book.
It may be a name difference if you also get a message about a missing image.

Also. Case sensitive file nemes trip you up: gif and GIF are not the same in all file systems, so the rules are case sensitive checked.
theducks is offline   Reply With Quote