Originally Posted by pdurrant
Sorry, I should have written margin-top. There's no top-margin CSS instruction.
try
.gapabove {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 1.5em;
text-indent: 1em;
}
(or whatever value you usually use for text-indent.)
|