Customise Invoice Template: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 180: Line 180:


</pre>
</pre>
== Add a footer to every page ==
Click on "Edit" then in the editor on "Source". Past
<div style="height: 10px">&nbsp;</div>
<footer class="onlyprint" style="position: fixed;bottom: 0; ">Your footer text</footer>
to the bottom of the document. Replace "Your footer text" with the text you want to display.