Thread: Spacing Issue
View Single Post
Old 10-05-2014, 03:07 PM   #6
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,123
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Jozroz View Post

<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">&nbsp;</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
theducks is offline   Reply With Quote