View Single Post
Old 11-15-2016, 01:11 AM   #1
graycyn
Wizard
graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.
 
Posts: 1,591
Karma: 11722446
Join Date: Aug 2010
Location: NE Oregon
Device: Kobo Sage, Pocketbook Era, Kobo Forma, Kindle Oasis 2
Preventing hyphenation in chapter titles?

I'm doing a number of books that have chapter titles and I'd like to prevent those from getting automatically hyphenated while leaving the main text alone. My understanding is that one can use the following properties in the stylesheet for the chapter header:

Code:
-webkit-hyphens: none !important;
-epub-hyphens: none !important;
-moz-hyphens: none !important;
adobe-hyphenate: none !important;
BUT ... whenever I use the adobe-hyphenate property, my stylesheet will no longer validate with the W3C validator! That doesn't seem like a good thing!

So should I use this property or not? And if I don't, will I get hyphenation of chapter titles on readers using the Adobe engine?

Confused beginner!
graycyn is offline   Reply With Quote