Quote:
Originally Posted by Warbird Books
Here is the entire start of each file:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="../Styles/hawks.css" rel="stylesheet" type="text/css" />
</head>
<body> etc.
|
You truly have no title element
at all in any of your files?
I copy your code exactly (and create a hawks.css file) and paste it into a new Sigil epub and don't get any errors except for the one about "missing elements in content model" (which is because of the missing title element).