Quote:
Originally Posted by Jamestoo
I am transferring a wildflower Web site to ebook format, which in the Web version has a number of links, for example, to flowers of the same family on other site pages.
I've ignored these up to this point since the format for the ebook is quite different, and I've been concentrating on getting the text and images right.
Understanding that I am new to this:
I wonder is there any way to give the reader a way to go to a particular chapter from within the text of another chapter?
Thanks
|
Yes
Sigil will not code these for you, But normal links and anchors function in EPUB and some other formats.
Code:
<p><a href="../Text/thepage.xhtml#Illustration_22.xhtml"/>Illustration here</p>
and place the anchor
in the proper place in "thepage.xhtml"
<a id="Illustration_22"></a>