View Single Post
Old 04-22-2017, 06:29 AM   #5
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,519
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Quote:
Originally Posted by teh603 View Post
Anyone got a solution? Preferably an elegant one?
Not elegant, to be sure, but why don't you just open Sigil in Book View and paste your first chapter into it? Then switch to Code View and get rid of the non-breaking spaces (   ) that Sigil puts in.

Now add your style sheet and link to it, something like this, before the <body> tag:

<head>
<title>Your Book Title Here</title>
<link href="../Styles/epub.css" rel="stylesheet" type="text/css"/>
</head>

Now create a new file by placing your mouse cursor after the last character in the file and clicking on the Split at Cursor icon in the second menu line. The new file will contain the <head> tag you created above.

Und so weiter through the book.
Notjohn is offline   Reply With Quote