The file names don't match. From the OPF:
href="images/LandOfBeastsBookFunnelB%26W.jpeg"
From the html:
src="images/LandOfBeastsBookFunnelBW.jpeg"
Either remove the encoded ampersand (%26j from the opf entry, or add it to img src in the html. Probably the latter if the image's file name in Book Browser actually has an ampersand in it.
|