Quote:
Originally Posted by Jozroz
<p class="calibre1">Montag grinned the fierce grin of all men singed and driven back by flame.</p>
<p class="calibre1"> [...]It never went away, that smile, it never ever went away, as long as he remembered.</p>
<p class="calibre1"><br /></p>
<p class="calibre1">He hung up his black-beetle-coloured [...] </p>
"[...]" here denotes text I ommited to clarify the details I posted.
The paragraph after the description of the smile should not have a gap first.
"He hung up his [...]" should follow a gap.
|
1) replace this:
Code:
<p class="calibre1"><br /></p>
with
Code:
<p class="scenebreak"> </p>
this appears to be you scene break. This will separate it from the normal paragraph style (you will need to add a style
.scenebreak section to your CSS.
once that has been done:
find the
.calibre1 { section.: change margin-top and/or margin-bottom value to 0 (a zero). If you see the short form,
margin: the values are set: Top Right Bottom Left: 0 0 0 0;
see how easy fixing a CSS is