Quote:
Originally Posted by Newauthor
Hi Dale,
Its on the content0001.xhtml. Here is what it says on lines 9 - 15.
<title></title>
</head>
<body>
<p>;</p>
</body>
</html>
Line 13 is the problem. Is there something else that's suppose to be there?
|
There should be something there. If you remove the ; then there is nothing in the whole document, no text, no images, nothing. That is why there is an error. Why would you want an entire page with a ; in the upper left hand corner? Why would you want a blank page. If you really want a blank page consider: <p>This page is intentionally blank</p>
It is likely that this page is an artifact of the fact that Sigil gives you a starting page to begin your book on. In this case you should just remove the whole page. Right click on the entry in the left column of Sigil and delete the file.
Dale