I sorted the problem so I thought I'd add an explanation just in case anybody else makes the same rather stupid mistake as I did.
In the first navmap of the .ncx file I'd omitted the entry point id, in other words I'd written
<content src="Content/Title.html">
instead of
<content src="Content/Title.html#title">
Kindlegen doesn't mind this omission for e-inks but does for KF8s.
|