View Single Post
Old 06-22-2024, 04:20 AM   #47
quentincompson
Enthusiast
quentincompson began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Jun 2024
Device: kindle 8
Quote:
Originally Posted by Sirtel View Post

After that, I use the Modify Epub plugin (Append Extra css) to bulk insert the following code in all those converted epubs:
Code:
body {
-epub-hyphens: none;
adobe-hyphenate: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
Could you tell where do you paste that code? I can't figure it out - I've downloaded the plugin, but when i select "Append extra css" and click "ok" an error appears - "modify epub changed no files", and in the details it says "Parsing xml file: content.opf
Parsing xml file: toc.ncx
Looking for extra CSS to append".
quentincompson is offline   Reply With Quote