Quote:
Originally Posted by Notjohn
I have a puzzling persistent error. I have added an image to the Images folder and linked to it in the current chapter. It shows up splendidly in the preview, but when I run Flight Crew I get the two (seemingly contradictory) notifications:
Warning OPF resource in manifest not reachable....
Error OPF reachable resource not in manifest....
Epubcheck is more blunt:
Col: 87: ERROR(RSC-007): Referenced resource "OEBPS/images/horses.jpg" could not be found in the EPUB.
I've double-checked the name of the jpeg; indeed, I have changed it twice. It works every time, but I get the same error. It's certainly in the Images folder and in the OPF file:
<item id="horses.jpg" href="Images/horses.jpg" media-type="image/jpeg"/>
Thanks for any enlightenment!
|
Try using:
<item id="horses.jpg" href="
../Images/horses.jpg" media-type="image/jpeg"/>