EPUB Templates

Currently this will only give you two EPUB templates, but more will come.

    2 Replies to “EPUB Templates”

    1. Hi: Is there any way I can create an EPUB template from a book I am reading, where I really like the layout? e.g. export EPUB style. I am just getting use to Sigil, so do not have an understanding of possibilities yet. Thankyou.

      1. Is the book in ePub format? Usually, books you buy are encrypted so you can’t open them in Sigil. If you could open the book in Sigil, then you can hope they used css and not inline styling. If inline, you have to convert it to css.

        Since eBooks are html, any html/css expert could help you recreate the template by just looking at it. There may be a few hiccups with different e-readers they may have to handle, but that is similar to the hiccups they already have to handle to work on different browsers.

    Leave a Reply

    Related Post

    Avoiding extra carriage returns in ebooks

    When you publish an ebook, you should never have an empty line. There are places where you may use an empty line. Chapters The wrong way Pressing Enter (sometime called carriage returns). Never, never use the enter key to add new lines until you are at the next page. These new lines will show up […]

    Fixing common errors in your novel with Find and Replace and Regex

    Pretty much any author can use find and replace. But how many can really use it effectively, even to save money? I can. If you read this article, you can, too. This article will include simple find and replace suggestions. But most authors have never even heard of Regular Expressions. Regular Expressions, often called Regex […]