Users were given the Customize Layout option to facilitate easier customization of invoice templates based on their requirements. If you wish to customize the header and the footer content of your custom made layout, kindly follow the instructions below:
As part of customization, you can also add page numbers to your header/footer. In order to do that, kindly paste the below given code under the header/footer section.
<!DOCTYPE html>
<head>
<script>
function addPageNum() {
var params = {};
var queryString = document.location.search.substring(1).split('&');
for (var i in queryString) {
var z = queryString[i].split('=', 2);
params[z[0]] = unescape(z[1]);
}
var pageNum = ['page', 'topage'];
var addPageNumClass = document.getElementsByClassName('addPageNum');
for (var j = 0; j < addPageNumClass.length; ++j) {
addPageNumClass[j].innerHTML = "Page "+ params[pageNum[0]]+" of "+params[pageNum[1]];
}
}
</script>
</head>
<body onload="addPageNum()">
<!-- Place your Header/Footer content here -->
<div class="addPageNum" style="text-align:center">
</div>
</body>
</html>
Books
Online accounting software
for small businesses.