Well, I agree with all of the above, but I get a bit more explicit about it. I also build a new style for a flush left....NormalFlush...and base it on the regular Normal style and in the style description in html for NormalFlush I make sure this text is there:
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:0in;
text-indent:0in;
font-size: whatever you want to use
Probably the "in" part isn't necessary, but I've left it off, and left off the semi-colon or the colon...and it doesn't work...so I use exactly this every time. I don't have a problem with the prc (mobi) ever. Just insert text-indent:0in; in whichever Style that you want to Flush left and you won't have to worry anymore
|