View Single Post
Old 12-13-2024, 08:17 AM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,365
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Code:
<footer>
<div class='odd-page pagenum' style='width:10%'>_PAGENUM_</div>
<div class='odd-page' style='text-align:center; width:80%'> <b>_SECTION_</b></div>
<div class='odd-page' style='width:10%'>*</div>
<div class='even-page' style='width:10%'>*</div>
<div class='even-page' style='text-align:center; width:80%;'> <b>_SECTION_</b></div>
<div class='even-page pagenum' style='text-align:right; width:10%'>_PAGENUM_</div>
<script>document.currentScript.parentNode.querySelectorAll("div.pagenum").forEach((x) => { x.innerHTML = "" + (_PAGENUM_ + 3);})</script>
</footer>
kovidgoyal is offline   Reply With Quote