![]() |
#1 |
Blueberry!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 888
Karma: 133343
Join Date: Mar 2007
Device: Sony PRS-500 (RIP); PRS-600 (Good Riddance); PRS-505; PRS-650; PRS-350
|
Header Support with oeb-page-head Tag Working/Examples?
I am a Sony Reader user, and have been unable to create an ePUB with headers using the oeb-page-head tag. At least one that appears in the Reader Library application.
I have tried two examples. http://www.idpf.org/2007/ops/OPS_2.0...tml#Section3.3 Code:
<div> <div class="myhead" style="display: oeb-page-head"> The OEB Publication Structure: Introduction </div> <h2>Introduction</h2> <p>...</p> </div> https://wiki.mobileread.com/wiki/EBook_Publisher Code:
<html> <head> <style type="text/css"> header {display:none; display:oeb-page-head} </style> </head> <body> <header> <table border="0" width="100%"> <tr> <td align="left"><small>PUT_TITLE_HERE</small></td> <td align="right"><small>PUT_AUTHOR_HERE</small></td> </tr> </table> <hr> </header> <p>EBOOK_TEXT_HERE</p> </body> </html> I am exceptionally inexperienced with ePUB, so I'm wondering if anyone has an ePUB already functioning with the oeb-page-head tag. (There is a workaround to get headers on the Sony Readers, but I'd rather use an ePUB tag). -Pie |
![]() |
![]() |
![]() |
#2 |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,543
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
I know of no ePUB reader that supports oeb-page-head (or foot), although it would be the proper way to create running headers.
But, anyway, if you are using a class, you need not specify a style, i.e., you should do: Code:
<div class="myhead"> The OEB Publication Structure: Introduction </div> Code:
div.myhead { display: oeb-page-head } |
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cropping a header and footer from a PDF (Page numbers etc) | NickS | 2 | 06-09-2010 11:31 AM | |
Remove Header feature not working | sentience | Calibre | 1 | 01-09-2010 02:11 PM |
pdfLaTeX to get tag support? | frabjous | News | 14 | 07-07-2009 12:08 PM |
Spoiler tag not working | pilotbob | Feedback | 15 | 06-26-2009 01:12 AM |
Odd and Even page Header Settings | RajeshKumar | Sony Reader | 11 | 05-18-2007 10:16 AM |