Quote:
Originally Posted by jjose
Hi eschwartz
I use page break only for heading 1, and will like to avoid it on any other stile.
can you be more specific please on how to edit the CSS.
Were can I find how to do it, and what to look for
thanks a lot
juan abba
|
Select the book in calibre and press "T" -- this is the shortcut key for the ebook editor.
Search the raw HTML of the EPUB for the file(s) with the endnotes, and check which CSS classes affect them as well as what CSS rules they apply. The Live CSS panel may help with this. If there is a page-break-{before|after} you will want to delete it.
If each endnote has its own file, you will want to select all those files in the File Browser pane and right-click ==> Merge files.
Knowledge of basic HTML+CSS can be very useful when making ebooks, you might wish to read for example @Pablo's tutorial.