Quote:
Originally Posted by DiapDealer
My guess is that the default behavior just changed after v1.2. Perhaps it defaulted to no paragraph spacing and a first-line indent when nothing was specified. Newer versions will definitely default to a space between paragraphs and no first-line indent if you provide no instruction otherwise. That's the only explanation I can come up with. I never experienced the problem because I never left paragraph-spacing and first-line indents to chance in the first place. I tell kindlegen how I want it done, I don't let it make its own decisions concerning styling if it can be avoided.
|
Thanks for the reply. How do you tell KindleGen how you want it done? My CSS seems to have the right things in it:
Code:
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em;
}
Am I missing something?