hotlinking png image
I wondered if anyone could help me with this problem.
I'd like to construct a hotlink TOC with links to images in my epub file.
Here's the TOC:
<p class="noindent"><a href="../Text/Section003.xhtml#frontispiece.png">Frontispiece.</a></p>
and here's the .png image code in the epub Section0003.xhtml:
<div class="center"><img alt="frontispiece" class="size-1" src="../Images/frontispiece.png" /></div>
</body>
This works perfectly in Adobe DE on my pc (I don't have a touch screen ereader yet so can't check on a reader), but it gives a validation error with ThreePress validation check. What must I do to eliminate the validation error??
Perhaps someone knows about an epub file on MR that has already solved my probem?
|