|  07-10-2015, 03:21 PM | #1 | 
| Junior Member  Posts: 8 Karma: 10 Join Date: Jul 2015 Device: ipad | 
				
				Is there a way to show chapter name as header on every page?
			 
			
			Is there way to show chapter name as header on every page? i was looking for this on the forums, but couldn't find it. Sorry if this is a repost. | 
|   |   | 
|  07-10-2015, 03:28 PM | #2 | |
| Well trained by Cats            Posts: 31,250 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Quote: 
 HTML has the <title> block, but very few EPUB(2) devices do anything with that block EPUB3 may (I don't have any need, so I never studied this). Again, Limited to those devices that support EPUB3 | |
|   |   | 
| Advert | |
|  | 
|  07-10-2015, 06:08 PM | #3 | |
| Grand Sorcerer            Posts: 5,763 Karma: 24088559 Join Date: Dec 2010 Device: Kindle PW2 | Quote: 
 There are special header and footer styles, but, AFAIK, no ePub2 reading app supports them and they're deprecated in ePub3. | |
|   |   | 
|  07-11-2015, 01:11 AM | #4 | 
| Banned            Posts: 272 Karma: 1224588 Join Date: Sep 2014 Device: Sony PRS 650 | 
			
			Has nothing to do with Sigil, but with ePub.
		 | 
|   |   | 
|  07-11-2015, 02:08 AM | #5 | 
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | 
			
			@rubeus - you can request that the thread be moved.  Click the little icon to the right of the Karma button in the left sidebar and leave a message justifying why you think the thread should be moved.  A mod will pick it up the msg and decide what to do. BR | 
|   |   | 
| Advert | |
|  | 
|  07-11-2015, 06:18 AM | #6 | 
| mostly an observer            Posts: 1,519 Karma: 996810 Join Date: Dec 2012 Device: Kindle | 
			
			FWIW, I've noticed that for Kindle readers, Amazon (i.e., the KDP) ignores the included metadata and instead uses the book title as it is entered on one's KDP Bookshelf.
		 | 
|   |   | 
|  07-11-2015, 02:23 PM | #7 | 
| Well trained by Cats            Posts: 31,250 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Moderator Notice Forum Mod: Moving | 
|   |   | 
|  07-11-2015, 07:13 PM | #8 | 
| Curmudgeon            Posts: 629 Karma: 1623086 Join Date: Jan 2012 Device: iPad, iPhone, Nook Simple Touch | 
			
			The answer is yes, in theory, with CSS, but in practice, I don't think any reading systems support it. Code: @page {
    @top-center {
      /* content: element(header); */
      content: "This is a test.";
    }
}  | 
|   |   | 
|  07-11-2015, 08:50 PM | #9 | |
| A Hairy Wizard            Posts: 3,395 Karma: 20212733 Join Date: Dec 2012 Location: Charleston, SC today Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire | Quote: 
 If I ever bought a book that used the above code...or anything that forced me to lose my precious reading realestate...I would return it and demand my money back. There are a few apps/readers that allow a user to CHOOSE to display a title or chapter name at the top of a page... but IMHO using CSS - or hard coding it into the book - is a big no no. It is very easy to tell which book/chapter you are reading if you are curious... people do not have to have it shoved in their faces on every page. [/rant]   | |
|   |   | 
|  10-28-2015, 02:24 PM | #10 | 
| Hmm.            Posts: 124 Karma: 2016606 Join Date: Oct 2015 Device: Android 4.2 Google Play Reader | 
			
			This is more a function of the reader or its software. Moon Reader shows the chapter name in the footer of every page.
		 | 
|   |   | 
|  10-28-2015, 03:27 PM | #11 | 
| Well trained by Cats            Posts: 31,250 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | 
			
			If I forget   what I am reading on my PEz, I choose the "About" item on the Menu. I bring up the Menu to also make the status line show the 'Progress" 23/295 display. There is no current chapter display on my antique device | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Image as Header for Chapter | Peter21 | Sigil | 43 | 12-07-2013 02:31 PM | 
| Show total pages of a chapter | Silvia_lollipop | Amazon Fire | 9 | 01-23-2013 04:13 PM | 
| Using images to make chapter header fonts in Kindle (opinions?) | Stodder | Kindle Formats | 1 | 05-18-2011 12:58 AM | 
| Strange chapter header issue? | bfollowell | Kindle Formats | 27 | 04-05-2011 05:58 PM | 
| Odd and Even page Header Settings | RajeshKumar | Sony Reader | 11 | 05-18-2007 10:16 AM |