View Single Post
Old 05-19-2011, 04:20 AM   #5
Crian
Member
Crian began at the beginning.
 
Posts: 20
Karma: 10
Join Date: May 2011
Device: Kindle 3
My dummy.html file is just the one posted above:

Quote:
Originally Posted by Crian View Post
Code:
<html>
    <head></head>
    <body>

        <h1>Titel</h1>

        <h2>Kapitel eins</h2>

        <h3>Unterkapitel eins-eins</h3>

        <p>Text.</p>
        
        <h3>Unterkapitel eins-zwei</h3>

        <p>Text.</p>

        <h2>Kapitel zwei</h2>

        <h3>Unterkapitel zwei-eins</h3>

        <h4>Unterkapitel zwei-eins-eins</h4>

        <p>Text.</p>
        
        <h4>Unterkapitel zwei-eins-zwei</h4>

        <p>Text.</p>
        
        <h4>Unterkapitel zwei-eins-drei</h4>

        <p>Text.</p>
        
        <h3>Unterkapitel zwei-zwei</h3>

        <p>Text.</p>

        <h2>Kapitel drei</h2>

        <p>Text.</p>

    </body>
</html>
And as I mentioned there:

Quote:
Originally Posted by Crian View Post
My input file only has 42 lines, so I think, "line 94" means the file table_of_contents.html.
Line 94 of the file c:\Program Files (x86)\Mobipocket.com\Mobipocket Creator\rsrc\html\table_of_contents.html is this one:

Code:
    weholder.external.set_toc_parameters(document.forms[0].toc_title.value, parameters);

Last edited by Crian; 05-19-2011 at 04:23 AM.
Crian is offline   Reply With Quote