View Single Post
Old 03-17-2015, 12:45 PM   #115
DreamWriter
Books are brain food.
DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.DreamWriter ought to be getting tired of karma fortunes by now.
 
DreamWriter's Avatar
 
Posts: 2,950
Karma: 4836916
Join Date: Nov 2010
Location: U.S.
Device: Paperwhite · Fire HD6/HD8/HD10 · Galaxy Tab A7
Quote:
Originally Posted by cybmole View Post
i'ts knowing what I'd have to edit in an azxw file to sppress hyphens that stumps me.

I know how do to it in epub, , I add body {adobe-hyphenate: none;} to css via calibre and that works for the devices/apps I own.. but I doubt that the kindle renderer would honour it.

plus it would be a pain to have to edit and sideload an amazon book to an amazon device & lose the cloud backup / sync etc that you get with an original.
for Tube riders, I decided to convert & read it in epub instead.
KF8 auto-hyphenation can be turned off with this CSS:

body
{-webkit-hyphens:none;
hyphens:none;}


I may end up doing that for my e-books, but first I'd like to figure out if there's something specific in my code that's triggering the auto-hyphenation.
DreamWriter is offline   Reply With Quote