Quote:
Originally Posted by Psymon
... see the frontispiece and title page opposite each other (and/or whatever else might look nice like that, side-by-side).
|
If you have oeb-column-number set globally in your CSS, then have your frontispiece and title page in one file and have that file set with <body style="oeb-column-number: 2">. The file setting will override the CSS.
Or do it all at the file level so you always see what each page is doing. That is, do a search and replace and have all <body> changed to <body style="oeb-column-number: 1"> and then reset to 2 as needed.
Quote:
Originally Posted by Jellby
For some renderers you may have to include some content in the <div>, or it will be discarded: <div class="pagebreak"> </div> should be enough.
|
If I recall, this is a QT issue. Since you're using Sigil, you may want to use & #160; (close the gap in the code of course) instead of . The discussion about that is too long for me to recall what the problem was. Perhaps I'm mistaken and it's the other way around. Maybe someone can chime in on that.