Video 4 Creating your individual pages for EPUB in SIGIL…
UPDATE 1/2012
SIGIL NOW OFFERS A BETTER WAY TO SPLIT PAGES. See: Splitting Pages Using Sigil’s SGF Page Break feature
Now that you have your EPUB in SIGIL, we need to split it into individual XHTML pages. This process is simple but tedious. It is also a little more complex to explain verbally, so I recommend you review the video as you work.
If you have questions at anytime, shoot me an email.
In this segment, we will take your MyBook.epub file and split it into individual pages. (a requirement for EPUB format). If you are thinking you want a KINDLE ebook version the EPUB will work as well (with one minor modification), as we will show in a later video.
NOTE: Information on this page is copyright and may not be shared in any other format. Please respect our DIY members.
- Watch the Video (Time: 4:08 minutes)
- Open MyBook.epub in SIGIL
- Place your curser in front of each section, starting with Copyright Information (the cover will be the first page.)
- Click the “CB” (Create Break) icon in the menu
- Place your curser in front of the <h1> tag and click the “CB” icon for all of your chapters.
Do this until you have one “chapter” on each page - Save your Work
TIP: If your cover art doesn’t pull in with your file, you can add the cover image by right clicking the “Images” folder and choosing “Add Existing Items…” (Refer to our FormattingTemplate.xhtml file for the correct HTML code to pull the image into the cover.xhtml file.)
TIP: Scene Breaks: If you have coding, such as <br clear=“ALL” />, this code will break the EPUB file and it will not validate. To add scene breaks within your work, you need to use a paragraph space tag <p> </p>.
Continue Tutorial
You are now ready to move onto VIDEO 5 Renaming Files and Setting Semantics in SIGIL
How can I insert a video inside my ebook by sigil?
Do I need separate xhtml code to insert video of any type?
Many thanks for considering this question.
Regards, Hamideh
Hamideh, There are several ways to add video. Liz Castro has an excellent post on how to embed videos: http://www.pigsgourdsandwikis.com/2010/05/html5-video-works-on-ibooks-on-ipad.html.
I recommend reading through her blog as Liz is brilliant when it comes to coding for epub files.