Quote:
Originally Posted by kovidgoyal
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>