View Single Post
Old 04-26-2011, 07:37 PM   #13
netseeker
sleepless reader
netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.netseeker ought to be getting tired of karma fortunes by now.
 
netseeker's Avatar
 
Posts: 4,763
Karma: 615547
Join Date: Jan 2008
Location: Germany, near Stuttgart
Device: Sony PRS-505, PB 360° & 302, nook wi-fi, Kindle 3
Quote:
Originally Posted by mtrahan View Post
Hrm, it doesn't work to add <reference type="start" title="Start here" href="starthere.html"/> in the OPF—"start" type isn't a an accepted value in ePub so I can't do that (since my source file for mobi is ePub). My original file doesn't pass the Flight Crew validation if I leave this part in the OPF...
We discussed the same problem in the german subforum yesterday. Our current solution/workaround is using reference type="preface" instead of "start". Try adding <reference type="preface" title="Start here" href="starthere.html"/> to your opf-guide.

Quote:
Originally Posted by mtrahan View Post
"text" is indeed an accepted value!
Yes, "text" is an accepted value for ePub but doesn't give the expected result after conversion to mobi.

Quote:
Originally Posted by mtrahan View Post
I get this message "attribute 'name' is not declared for element 'a'"...

Here is the line in question: <div><a name="text"/><img alt="cover" class="sgc-1" src="../Images/cover.jpg" /></div>
Use the id-attribute instead of name. (<a id=".."/>)
netseeker is offline   Reply With Quote