Quote:
Originally Posted by cybmole
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.