Customise Invoice Template: Difference between revisions
Jump to navigation
Jump to search
m →Code for the example: changing I to In |
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 | |||
footer.onlyprint { | |||
position: fixed; | |||
bottom: 0; | |||
} | |||
to the bottom of the document. | |||