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 == | |||
Click on "Edit" then in the editor on "Source". Past | Click on "Edit" then in the editor on "Source". Past | ||
footer | <div style="height: 10px"> </div> | ||
<footer class="onlyprint" style="position: fixed;bottom: 0; ">Your footer text</footer> | |||
to the bottom of the document. | to the bottom of the document. Replace "Your footer text" with the text you want to display. | ||