4

I'm using an HTML file as my basis for an eBook, that I want to send to my Kindle via Amazon's conversions service. It's working fine, but I can't figure out how to create chapters that work with the 5-way stick. How do you do this?

I tried doing this, but it doesn't work:

<mbp:section class="page-header" style="page-break-after: always;" class="chapter">
aynber
  • 22,380
  • 8
  • 50
  • 63
Avishai
  • 4,512
  • 4
  • 41
  • 67

2 Answers2

1

See this question: breadcrumb titlebar in Kindle book with my (recently updated) answer.

See also this: Kindle periodical format

The problem is related to the MOBI header's mobi-type metadata.

HTH

Community
  • 1
  • 1
Zsolt Botykai
  • 50,406
  • 14
  • 85
  • 110
0

Zsolt has wrong. It is not about MOBI-header. You need to build a NCX file, if you want the navigation in Kindle with 5-way stick. You can find a very detailed related information with examples here: http://www.cjs-easy-as-pie.com/p/create-ncx-file-by-araby-greene.html

After reading this tutorial, you could build your correct Kindle-book for Amazon Publication. Good luck!

NullUserException
  • 83,810
  • 28
  • 209
  • 234
Peter
  • 1