Quote:
Originally Posted by wallcraft
This seems to be MobiPocket's fault, although I suppose it is up to Penguin to work around crappy conversions by Mobipocket.
The LIT version is perfectly ok. It adds a bit of extra space between paragraphs, but nothing excessive. The CSS is:
Code:
.tx {
font-size: small;
text-align: justify;
text-indent: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
The first screenshot is from Microsoft Reader (i.e. the LIT version) on a PC
|
I don't know where your MS Reader edition came from, but it doesn't look like this...
The attachment is
Turn Coat in MS Reader format.
And the CSS code is...
Code:
.tx {
font-size: small;
text-align: justify;
text-indent: 1em;
margin-top: 6px;
margin-bottom: 6px;
}