Quote:
Originally Posted by gatorman
I am trying to create a space between paragraphs. It looks good in Sigil but when I open it ADE there are no spaces. Any help please. Thanks,
|
I haven't used ADE for a while, but if I remember correctly, the following statement in the css file worked fine. You can adjust it as needed for margin-bottom and text-indent.
Code:
p, div {
margin-top: 0;
margin-bottom: 2px;
margin-right: 0;
margin-left: 0;
text-indent: 1.5em;
}
Charlie