View Single Post
Old 07-02-2010, 01:11 PM   #7
Vintage Season
Pulps and dime novels...
Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.Vintage Season ought to be getting tired of karma fortunes by now.
 
Vintage Season's Avatar
 
Posts: 343
Karma: 1952003
Join Date: Jan 2009
Device: Kobo Aura/Kobo Aura One LE/iPad Air
Quote:
Originally Posted by MacEachaidh View Post
Does anything perhaps leap out as an obvious source?
If all the troublesome paragraphs are in <p class="MsoPlainText"></p> tags, then the MsoPlainText definition is to blame. Try changing these two values in your CSS, and see if the problem goes away:
Code:
.MsoPlainText {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: justify;
text-indent: 0
}
Similar adjustments may need to be made for the other classes, if they are affecting things as well.

- M.
Vintage Season is offline   Reply With Quote