Help with some simple errors
hi, so I'm trying to make a pretty simple epub, but I get these errors (that make no sense to me at all) was hoping if you guys could help me out?
errors are:
html(4): unfinished element
html(6): attribute "align" not allowed at this point; ignored
html(6): required attributes missing
and then:
html(6): 'OPS/Images/$PDF1.JPG': referenced resource exists, but not declared in the OPF file
and here is the html:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<p align="center"><img src="Images/$PDF1.JPG" width="409" height="546"/></p>
</body>
if there is any help you can give it would be greatly appreciated
cheers and thanks
|