Quote:
Originally Posted by JSWolf
The ePub has to be made to specify full justify. Check the CSS.
|
I checked the CSS on one of ePub books and I see
".aboutTypeText {
display: block;
font-style: normal;
font-weight: normal;
text-align: left;
text-align: justify;
text-indent: 0%;
}"
Does that mean it's left justified? Anyway to change it to full justification for a non DRMed ePub?