View Single Post
Old 09-19-2007, 03:37 PM   #23
andym
Groupie
andym has learned how to read e-booksandym has learned how to read e-booksandym has learned how to read e-booksandym has learned how to read e-booksandym has learned how to read e-booksandym has learned how to read e-booksandym has learned how to read e-books
 
Posts: 189
Karma: 793
Join Date: Oct 2006
Quote:
Originally Posted by delphidb96 View Post
According to their own Mobipocket Creator documentation, there is a page-break tag <mbp:pagebreak/>

Hope this helps.

Derek
In case anyone is confused:-

Code:
<mbp:pagebreak/>
Your version is more fun though.

[quote:DaleDe]The TOC depends on tags to generate and it is usually best just to let it do it. It all depends on what you want the book to look like[/quote]

You would need to go through and replace

Code:
<A name=Page_15></A></DIV><HR>
<SPAN id=title><A name=BdToc_2>
<DIV align=center><FONT color=#001950><B>CHAPTER 2</B></FONT></DIV> </A> 
</SPAN>
with

Code:
<h3>....</h3>
which should be relatively straightforward with a text editor that supports regular expressions.

Last edited by andym; 09-19-2007 at 03:44 PM.
andym is offline   Reply With Quote