View Single Post
Old 01-07-2011, 09:42 AM   #3
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16078357
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Quote:
Originally Posted by gatorman View Post
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
crutledge is offline   Reply With Quote