Quote:
Originally Posted by kovidgoyal
The EPUB spec (as far as I know) doesn't have support for header and footers. It needs an Adobe proprietary extension to EPUB to support them. So while it probably will happen eventually, it's not a priority
|
what about a div with :
Code:
display: oeb-page-head;
would that work ?
i can maybe add that manually, if necessary.