I have a book with a link back to the TOC at the bottom of every chapter.
I put the link into a template file called template.xhtml, then I start each chapter using the template file instead of creating a new file using Sigil. All of my boilerplate, for example the inclusion of my CSS, is already added into the template.xhtml file before I begin. I add the template.xhtml file to the book then rename it to the name of the chapter. Then, I put the chapter contents into the file.
|