View Single Post
Old 09-23-2016, 06:02 AM   #4
Alec Ford
Junior Member
Alec Ford began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2013
Device: none
Quote:
Originally Posted by kovidgoyal View Post
Use the following header template:

Code:
<p id="pagenum"></p><script>if (_PAGENUM_ > 5) document.getElementById("pagenum").innerHTML = "" + _PAGENUM_</script>
Change 5 to whatever number of pages you want to skip headers for.

Thanks, I should have explained a bit more, I want to take the example for title and author and put that in place of page (in your code above but I'm just not sure how to do it. Perhaps what I tried had some silly mistake but I couldn't get it to work

Code:
<p style="text-align:right"><span class="even_page">_AUTHOR_</span><p style="text-align:left"><span class="odd_page"><i>_TITLE_</i></span></p>
Alec Ford is offline   Reply With Quote