Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for running headers and footers. #15

Closed
GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment
Closed

Add support for running headers and footers. #15

GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor

Add support for running headers and footers.

See http://wiki.mobileread.com/wiki/EBook_Publisher for some implementation
hints, but realize that <header> and <footer> are not valid HTML tags.

Do something like:

in CSS:

 .pagehead {display:none; display:oeb-page-head}
 .pagefoot {display:none; display:oeb-page-foot}

And in HTML at opportune locations:

<div class="pagehead>Text of running header</div>



Original issue reported on code.google.com by jhellingman on 22 Apr 2010 at 7:30

@GoogleCodeExporter
Copy link
Contributor Author

This is not yet supported by ePub readers, so pointless to implement.

Original comment by jhellingman on 17 Jun 2014 at 10:33

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant