View Single Post
Old 06-12-2012, 01:19 PM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,645
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Note (in the ePub) the class names of the html elements preceding and following the gaps:
<p class="blah-blah">

Open the css stylesheet and locate the class names from above.

In the properties for those classes, look for "margin", or "margin-top", or "margin-bottom" attributes that are not zero (0).

Make them zero, or reduce them or remove those attributes until the spacing looks how you want it to.
DiapDealer is offline   Reply With Quote