Quote:
Originally Posted by teh603
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.