Quote:
Originally Posted by bookman156
Well lucky for them I don't know how to do that yet, as I certainly would if I was having unjustified text. How is it done?
|
If the eBook is not for sale but for your own use, go ahead and disable hyphens. If the eBook is for sale, do not disable hyphens.
Code:
.text-is-url {
hyphens: none;
adobe-hyphenate: none;
-webkit-hyphens: none;
}
You could try putting the code to disable hyphens in the body style.