Quote:
Originally Posted by dvd8n
This is the XML from the first file from one of the books:
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<title>Horse Under Water</title>
<link href="default.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p id="cover" class="sercov" style="margin:0;"><img src="images/cover.jpg" alt="cover"/></p>
</body>
</html>
|
The needed 'cover' declarations are don in
content.OPF
the page can use any name, any id, any class, any image name, as long as it is properly formed.