Quote:
Originally Posted by Alda
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
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?"