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.
|