View Single Post
Old 05-16-2017, 07:30 PM   #10
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,847
Karma: 146918083
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 Turtle91 View Post
probably don't need all of these, but they work for web pages too:

Code:
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
However, I have found that forcing a long title to break (<br />) where I want does a better, or at least more consistent, job of cleaning up hyphens. The problem with turning off hyphens is that some apps will just allow a too-long-word to flow off the side of the page where you can't see it if there is no option to hyphenate. eg "Acknowledgements" in too large of a font on a small screen.
You can only use whatever passed epubcheck validation. And besides, I find it poor coding to turn off hyphens.
JSWolf is offline   Reply With Quote