View Single Post
Old 06-26-2012, 07:24 PM   #20
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: 28,707
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by Alda View Post
And no, it's not the white space in code view that I want to remove. I'm not that much of a novice.
Sorry... I had to ask.
And I agree with theducks:
Quote:
Originally Posted by theducks View Post
p {margin: 0; }
should do it if it appears in Icelandic_Folk_Legends.css and there is no other P in the stylesheet with a margin
... and if "Icelandic_Folk_Legends.css" exists in the Styles folder when you open the ePub in Sigil.

-----

The only thing I would possibly question is that maybe your sample html hasn't been copied directly from Sigil? If it were, I'd expect the initial <?xml?> tag to look something like:
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
or
Code:
<?xml version="1.0" encoding="utf-8"?>
instead of just
Code:
<?xml version="1.0"?>
To be the most help, we really need to verify what all the various pieces look like exactly as they appear in Sigil, rather than what they might look like before you import ... add ... paste ... or any other methods you might use to get them into a Sigil ePub. I only bring it up because; "How do I prepare my HTML/CSS before I import it into Sigil?" is a totally different question than "Once I have the code in Sigil, how do I make it do the things I want?"

Last edited by DiapDealer; 06-26-2012 at 07:32 PM.
DiapDealer is online now   Reply With Quote