Quote:
Split at cursor[/B] is just a FLAG to Sigil where to break up the file when you press F6 (do the splitting). Other than that, it will just show as a Horizontal Rule (a line) everywhere.
|
Every time I set a "split at cursor" a new html section was created, so the one file at the beginning are now a total of 26 html files. Pressing F6 was seemingly not necessary. Or I do not understand you correctly.
Quote:
Margin-bottom (and top) are common causes of a blank page following.
You are not done rendering a block, until everything has been satisfied, so if you have a margin-bottom specified after a full screen image, you get another (blank) screen.
|
Although I do not understand CSS and what it causes, I can change digits. :-)
And this is what I did after reading your reply:
In the page_style.css I have set margin values to zero:
@page {
margin-bottom: 0;
margin-top: 0
}
In the stylesheet.css I have also set to zero everywhere where a margin-top and a margin-bottom appear.
I saved it, but at checking the new ePub with my readers, the empty pages still appear.
Quote:
Style (inline) or CSS: Page-Break-Before (or After) will do it
|
I'm sorry, but I don't understand this. Is it something I could add to each html section page, or in one of the two CSS files?
Regards,
Gunivortus