-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
How to display "page X on Y" in the footer ?
To display current page number :
<html>
<head>
<style>
.page_number:before {
content: "Page " counter(page) ;
}
.total_pages:before {
content: ?????;
}
</style>
</head>
<body>
Salut.
<footer id="footer">
<p><span class="page_number"></span> <span class="total_pages"></span></p>
</footer>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels