Quote:
Originally Posted by Sirtel
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".