Quote:
Originally Posted by BetterRed
The Polish books tool can also Add/replace jackets - does it have similar EPUBCheck problems?
I prefer using Modify EPUB: it has the option to put the jacket at the back of the book; and it does not require that all the metadata be embedded in the book.
BR
|
First, Modify Epub uses calibre's jacket builder.
Second: It has a problem, but it doesn't seem similar.
Running polish to create a jacket puts this in jacket.xhtml:
Code:
.cbj_banner {
background: #eee;
color: black;
border: thin solid black;
margin: 1em;
padding: 1em;
-webkit-border-radius:8px;
}
The calibre editor complains about the last line, saying that this line should be there too.
Polish also adds things like this:
Code:
table.cbj_header tr.cbj_series {
}
The calibre editor says that rules without properties should be deleted.
I have no idea if either of these are important. I also don't know how to fix it.