Quote:
Originally Posted by Mohan-V-Allied
To everyone,
Thanks for your input and advice.
To clear up a few points; the document I have, has no chapters just small sections separated by dividers. I made chapter breaks at various points, but I wanted the sections broken by the chapter break to flow like the rest of the document.
I was hoping to have the new chapter flow right after the old chapter, hence not giving the impression of having broken up the document. With only one blank line and not the several you get after some chapter breaks.
regards,
V. Mohan
|

Logical breaks rather the what you get from programs like calibre when there is no detectable
clear choice.
Just check that you book does not have an inner <div> wrapper style assigned to the body contents that has a sizable top/bottom margin. I usually remove those when found and set the CSS for body style for the bulk of the body <p> and set up others as needed. (Code by exception)
Code:
<body>
<div class="chapter">
<p>stuff</p>
<p>stuff</p>
<p>stuff</p>
</div>
</body>