Can't add chapter markers to MOBI file
I used MobiUnpack and opened the HTML file.
It seems the chapters look like this:
<mbp: pagebreak></mbp: pagebreak><blockquote height="3em"><blockquote width="0pt" align="center"><font size="5">CHAPTER 1</font> </blockquote></blockquote>
I tried using Structure Detection and set it to "blockquote" as the tag, "height" as the attribute and "3em" as the value, no luck.
I tried heuristic processing and ticked "Detect and markup unformatted chapter headings and sub headings", no luck.
I tried setting Table of Contents Level 1 TOC to:
//h:blockquote[re:test(@height, "3em", "i")]
No luck.
Any ideas?
|