View Single Post
Old 03-08-2012, 01:04 PM   #3
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,588
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Empty p elements will rarely create a space on any ADE based eReader.
Code:
<p class="calibre4 sgc-4"></p>
Try:
Code:
<p class="calibre4 sgc-4"><br /></p>
or:
Code:
<p class="calibre4 sgc-4">&nbsp;</p>
instead.

Or better yet, create another css class that applies a "margin-top: xx" value, that can be assigned to paragraphs that need space between them and the preceding paragraph(s).
DiapDealer is online now   Reply With Quote