View Single Post
Old 09-07-2023, 02:20 PM   #12
WV-Mike
Connoisseur
WV-Mike began at the beginning.
 
Posts: 74
Karma: 10
Join Date: Jul 2023
Device: None
Quote:
I did a quick and dirty 5 minutes cleanup and have attached that file to this message.
I hope that looking at what was done will give you some help.
It took me more than 5 minutes to clean but I got it down from 65 errors to 33.
All of them are:
ERROR (RSC-005) at "10mnc_calibre.epub/OEBPS/Text/introduction.xhtml" (line 7, col 10):
Error while parsing file: element "style" missing required attribute "type"

I removed all of those from all the files and, as you did, I added:
div.container {
text-align: center;
}

ol.mnc {
display: inline-block;
text-align: left;
font: 16px Arial, sans-serif;
}

to the CSS file.

Here is the Pagina log file now:
---
Validating using EPUB version 2.0.1 rules.
(https://github.com/w3c/epubcheck)
September 7, 2023 1:59:46 PM EDT
No errors or warnings detected. EPUB is valid!
---

However, I still have a problem with the font. In your version the SmallCaps are displayed. In mine they are not.
I will work on this.

And, all of the original problems I reported are still there.
So, it validates with no errors but it made no difference as it relates to what I was hoping to correct.

Now what do I do?

Many thanks to all !!

WV-Mike
WV-Mike is offline   Reply With Quote