View Single Post
Old 10-11-2011, 07:57 AM   #10
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: 31,109
Karma: 60406498
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 NightStar76 View Post
Thanks! Now, though, I have a different problem. I decided to just start from scratch and edit the requisite htmls into an epub personally, but it keeps failing on my nook. The same thing is happening with my current project, too. The first page shows up, then it goes right back to what I was looking at previously.

When I try to validate, I get an error about a resource not being reachable in the opf. How do I deal with that?
It is saying that some place in the book, you have a link (href) to something not listed in the OPF
1) The file does not exist in the Book Browser.
2) A typo, a (tiny) difference in file name CASE.
3) The file reference has become mangled

#3 is common.
Code:
../Text
What I find is the file name is missing in the reference.
and what I see is:
Code:
../Text/#something
instead of:
Code:
../Text/filename.xhtml#something
theducks is offline   Reply With Quote