Hi,
I'm trying to remove the white space between paragraphs in my eBook. The Sigil FAQ tells me:
Quote:
To remove the white space between the paragraphs, add this to the bottom of the CSS code (the yellow color text in the Code View):
p {margin: 0; padding: 0;}
|
I tried adding this in various places in each file (including what looks like yellow coloured text to me), but to no avail. I then figured out that I probably needed a CSS style sheet, and after figuring out how to create that, I placed the code in there. I also linked the style sheet to the file and added this code to the top of the file itself:
Quote:
<link href="../Styles/myfirstbook.css" rel="stylesheet" type="text/css" />
|
... making sure I had the name of my particular stylesheet in there, instead of myfirstbook.css.
Still nothing.
Can anyone tell me what I'm doing wrong? I'm a bit of a novice at this, although I have used Sigil before to create an eBook ... but at that time I just left the white space as it was.
Grateful for any help. Thanks!