View Single Post
Old 05-04-2013, 01:09 PM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,549
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by snorkyller View Post
Hello I tried to convert a pdf to an epub using Sigil,
Why would you do that? Sigil's not a PDF converter.

Quote:
I can't find how to change the line spacing within Sigil, to make it single line spacing.
Paragraph settings are controlled through CSS.

Code:
p {
   margin: 0;
   text-indent: 1.2em
}
should get things jump-started.

Last edited by DiapDealer; 05-04-2013 at 01:12 PM.
DiapDealer is offline   Reply With Quote