Add the following to the "guide" section of your OPF file:
<reference type="other.ms-firstpage" title="Start Reading" href="book.html%23start_reading"></reference>
and add to your file (called "book.html" above - change as appropriate) the anchor tag:
<A name=start_reading></A>
That will make the book open at the indicated point.
|