Hi everyone,
Thanks for the advice and help. I did this as a test file as I wanted to try and clear out a few errors that had appeared on a clients job. I did validate the epub file in Sigil and it showed no errors.
Here is the simple html I used for this test from the front matter to the start of the first chapter. You can see that I wanted the book to begin with Book Starts Here and gave it the id="start" code.
But whenever I viewed it in Kindle Previewer it always started at The Universal Law of Attraction.
</head>
<BODY>
<p class="large">Law of Attraction Explained</p>
<p class="center">by</p>
<p class="center">Nigel Thomas</p>
<p class="breakhere"</p>
<p class="class" id="start"><h2>Book starts here</h2>
<p class="breakhere"</p>
<p class="first" id="toc"><h2>Table of Contents</h2>
<p class="first"><a href="#universal_law_of_att">The Universal Law of Attraction</a></p>
<p class="first"><a href="#what_is_the_law">What is the Law of Attraction</a></p>
<p class="first"><a href="#law_of_att_tech">Law of Attraction Techniques</a></p>
<p class="breakhere"</p>
<p class="first"><h2><a name="universal_law_of_att">The Universal Law of Attraction</a></h2>
This is the html I put into Sigil to produce the epub file and when I checked that everything was fine so I have no idea why it did not start at the page I wanted it to.
Thanks
Nigel
|