View Single Post
Old 07-11-2015, 07:13 PM   #8
dgatwood
Curmudgeon
dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.
 
dgatwood's Avatar
 
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.";
    }
}
And it is probably a good thing that they don't support it, because I accidentally left the markup above (complete with "This is a test") in some books that I shipped.
dgatwood is offline   Reply With Quote