Quote:
Originally Posted by ilovejedd
Question, how do I force page breaks in news recipes?
|
If you really want to force use of some css you need to use following method in the recipe (in case of EPUB format):
Code:
html2epub_options = 'override_css=" <some CSS> "'
This places your css rule as the last css in every css file and thus enforces it regardless of what calibre previously does.