Zoho Invoice

FAQ

Global
United States
United Kingdom
Canada
Australia
India
Saudi Arabia
United Arab Emirates
Bahrain
Kuwait
Oman
Qatar
Kenya
Mexico

How can I add page number for my custom made template?

Users were given the Customize Layout option to facilitate easier customization of invoice templates based on their requirements. If you wish to display page number in your custom made layout, kindly follow the instructions below:

  • Click on the Gear icon present on the top right corner, and select the Templates option.
  • Click on the Customize Layout button present on the top right corner.
  • If you wish to display the page number in either the header or footer, paste the code given below in either the header or footer.
	<div style="text-align:right;">
	  <span class="currentPageNumber"> </span>
	  <span> of </span>
	  <span class="totalPageNumber"> </span>
	</div>

  • Click on Save for the changes to take effect.
Was this document helpful?
Yes
No
Thank you for your feedback!
TOP