Importing files
I'm starting a new book, for which I have three html files I've done in other editors. Sigil refused to import them, and advised:
The following files were not loaded due to invalid content or not well formed XML
and for each file it says:
line 1: whitespace expected
The first line of each file is a <!Doctype...
I erased the Doctype line and left the first line blank and it loaded them.
Doesn't every html file start with a Doctype?
|