One point about e-book versions of HTML files: with restricted screen space and slow page-turns, you want less space between paragraphs. The following CSS rule indents paragraph, print-style:
p { text-indent:2em; margin-top:0; margin-bottom:0; }
One point about e-book versions of HTML files: with restricted screen space and slow page-turns, you want less space between paragraphs. The following CSS rule indents paragraph, print-style: