View Single Post
Old 03-24-2014, 10:45 AM   #4
tealtiger2000
Junior Member
tealtiger2000 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2014
Device: Nook Simple Touch w/Glowlight
Quote:
Originally Posted by RAH View Post
According to an earlier thread about excessive hyphenation on the COLOR Nook, you could do this in the epub file to help the problem:

--------------------
If for your epubs you don't want the hyphenation engine (and the better typography, etc...), you can force RMSDK 9.2 to use the 'old' 9.1 text engine by adding adding the css attribute 'adobe-text-layout: optimizeSpeed;' to a body selector ie
Code:

body {
... other attributes ...
adobe-text-layout: optimizeSpeed;
}
----------------------

I don't know if this really helps and I don't know which thread it is in (I just saved the part I wanted), but you might give it a try.
I'm having this same issue with my NST, but I don't know what you mean about adding this CSS attribute to a body selector. How would I do this and where? I don't know much about html, so a step-by-step on how to do this would be wonderful.

Also, would this remove ALL hyphens, even the ones that should be in the text where they need to be?

Thanks!
tealtiger2000 is offline   Reply With Quote