Quote:
Originally Posted by Nate the great
One, you have a heck of a lot of excess code that should be cleaned up.
but to address your immediate issue, the reason you cannot see the images in the book is because the location is described as:
src="nameofmybook/image003.jpg"
When it should read
src="image003.jpg"
The extra text indicates that the images are in a folder. Removing it should fix your issue. But be careful; it is easy to screw up find-and-replace.
|
No, Nate;
She's building it in Mobipocket, which has a dir named after the project/book. Jane, did you add your images twice? Did you export the HTML from the book, then build the book, and then add the images to it? I've seen something like this--I remember it happening--about 3, 4 years ago when I still used Mobipocket. Images at the end, appearing twice in the book.
Do you remember how you added the images, if you did, to the book project?
Hitch