View Single Post
Old 07-18-2022, 06:11 PM   #91
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,988
Karma: 147448039
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by bookman156 View Post
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.
JSWolf is offline