Quote:
Originally Posted by Quoth
You don't expect him to fix it? Though I'm sure he can. But you need to figure out this stuff yourself.
|
Here is one of the errors Pagina finds in numerous files.
ERROR (RSC-005) at "1mnc_calibre.epub/OEBPS/Text/introduction.xhtml" (line 7, col 10):
Error while parsing file: element "style" missing required attribute "type"
The problem appears to be to be in this:
<head>
<title>Introduction</title>
<link href="../Styles/mnc_toc.css" type="text/css" rel="stylesheet"/>
<style>
div.container {
text-align: center;
}
ol.mnc {
display: inline-block;
text-align: left;
font: 16px Arial, sans-serif;
}
</style>
</head>
Knowing what the error is does not help me correct it.
I need some guidance here.
WV-Mike