View Single Post
Old 06-05-2012, 12:43 PM   #14
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by GMcG View Post
@steve2112
I use an empty paragraph (or two) before the headline to adjust the text, like
<p>&nbsp;</p>
</h3>Headline</h3>
This can be done in the source.
The heigth of the empty paragraph depends on the font-size in paragraph with text, normally 1em. You can modify it by creating a new <p class>. But that's after conversion.

George
That is very poor code. Get rid of <p>&nbsp;</p> and in the CSS have a top margin of 1em in h3

h3 {
margin-top: 1em;
margin- bottom: 1em
}
JSWolf is offline   Reply With Quote