Quote:
Originally Posted by GMcG
@steve2112
I use an empty paragraph (or two) before the headline to adjust the text, like
<p> </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> </p> and in the CSS have a top margin of 1em in h3
h3 {
margin-top: 1em;
margin- bottom: 1em
}