|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Mar 2011
Device: iPod touch
|
Need help with html>epub ToC
How can I get a ToC on an epub that was converted from an html? I need step-by-step instructions, since my code isn't that good... |
|
|
|
|
|
#2 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,630
Karma: 561147
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (stanza/iBooks/QuickReader)
|
Quote:
|
|
|
|
|
|
Enthusiast
|
|
|
|
#3 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,132
Karma: 3391252
Join Date: Sep 2009
Location: UK
Device: Sony PRS-350/650/T1, PB360, KoboGlo, KoboAuraHD
|
There are many ways to do this but it is basically a two-step process for each book:
A simple example: Step 1: In the HTML file mark all your chapter headings with <h2>...</h2> tags, like this. Code:
<h2>Chapter 1</h2> <p>This is the text... blah blah...</p> <h2>Chapter 2</h2> <p>...more text... blah blah...</p> |
|
|
|
![]() |
| Tags |
| convertion |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NCX From Html TOC | Unno | Mobi | 20 | 09-16-2011 09:31 AM |
| HTML to EPUB TOC Creation XPath | HoushaSen | Conversion | 1 | 03-13-2011 11:02 AM |
| ePub TOC to mobi TOC | edmnddntes | Conversion | 5 | 01-24-2011 02:56 AM |
| HTML Book + non HTML TOC to epub | aarcane | Calibre | 4 | 03-02-2010 02:58 AM |
| TOC error when converting HTML | poloman | Calibre | 2 | 12-14-2008 04:05 PM |