Thread: Paragraph Break
View Single Post
Old 05-02-2013, 11:02 AM   #9
Paxman53
Connoisseur
Paxman53 began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Jan 2011
Device: 7" Tablet - Aldiko Reader Premium
Quote:
Originally Posted by pdurrant View Post
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.)
Thanks Guys

That did the trick.
Paxman53 is offline   Reply With Quote