View Single Post
Old 10-13-2011, 12:40 PM   #1
anamardoll
Chasing Butterflies
anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.
 
anamardoll's Avatar
 
Posts: 3,132
Karma: 5074169
Join Date: Mar 2011
Location: American Southwest
Device: Uses batteries.
Formatting on Nook Color...HELP.

I'm putting together my EPUB and looking at it on the Nook Color stock reader. There is a hyphenated line break almost every line, even when the word is 18 characters long, and the hyphen break occurs 2 characters in.

Is this something I have zero control over, or is it a Nook setting that can be tweaked, or is this something I've done in my CSS?

Code:
.regular {
    margin-top: 10pt;
    margin-bottom: 10pt;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    text-justify: auto;
    text-indent: 15pt;
    widows: 2
    orphans: 2;
    line-height:120%;
    }
I'll start experimenting, but any help in advance would be greatly appreciated.
anamardoll is offline   Reply With Quote