View Single Post
Old 04-17-2022, 01:04 PM   #1600
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,501
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by BetterRed View Post
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.
Code:
	border-radius:8px;
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.
chaley is offline   Reply With Quote