Quote:
Originally Posted by Sirtel
First, I convert from epub to epub, to bulk remove all the existing rules concerning hyphenation:
adobe-hyphenate, -webkit-hyphens, hyphens, -moz-hyphens, -epub-hyphens
After that, I bulk insert the following using Modify Epub:
Code:
body {
-epub-hyphens: none;
adobe-hyphenate: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none}
|
Geek! And, what if I prefer kepub instead of epub?