View Single Post
Old 09-07-2023, 12:25 PM   #8
WV-Mike
Connoisseur
WV-Mike began at the beginning.
 
Posts: 74
Karma: 10
Join Date: Jul 2023
Device: None
Quote:
Originally Posted by Quoth View Post
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
WV-Mike is offline   Reply With Quote