View Single Post
Old 04-09-2015, 07:42 AM   #4
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
@eschwartz-- understand that the type="text" is the one where the ereader will take you to start reading. I thought that the type=other.Char2" will add a 'Go To point in the ereader, but it doesn't. If it did, I could add quick reference / bookmarks (?) easily to find the reference table or something

@theducks -- I think I added the dot correctly but it doesn't make the two Go To points I'm using for test show up

Code:
  <guide>
    <reference href="text/cover.xhtml" title="Cover" type="cover"/>
    <reference href="text/titlepage.xhtml" title="Title Page" type="title-page"/>
    <reference href="text/toc.xhtml" title="Table of Contents" type="toc"/>
    <reference href="text/forward.xhtml" title="Foreword" type="foreword"/>
    <reference href="text/chap_01.xhtml" title="Begin Reading" type="text"/>
    <reference href="text/chap_02.xhtml" title="Another Chapter2" type="other.Chap2"/>
    <reference href="text/chap_03.xhtml" title="Another Chapter3" type="other.Chap3"/>
    <reference href="text/acknowledgements.xhtml" title="Acknowledgements" type="acknowledgements"/>
    <reference href="text/aboutauthor.xhtml" title="About The Author" type="epigraph"/>
  </guide>
I'm beginning to think that it's not going to work
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	417
Size:	28.8 KB
ID:	137005  
phossler is offline   Reply With Quote