Customise Invoice Template: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 181: Line 181:
</pre>
</pre>


'''Add a footer to every page:'''


== Add a footer to every page ==
Click on "Edit" then in the editor on "Source". Past
Click on "Edit" then in the editor on "Source". Past


  footer.onlyprint {
  <div style="height: 10px">&nbsp;</div>
position: fixed;
<footer class="onlyprint" style="position: fixed;bottom: 0; ">Your footer text</footer>
bottom: 0;  
}


to the bottom of the document.
to the bottom of the document. Replace "Your footer text" with the text you want to display.