Adding a Print Button
To add a print button to your page, insert the following HTML code into your page(s) where you want the print button to appear:
<input type='button' onClick='window.print()' value='Print' />
You can change the value of 'Print' to anything you want to button to display such as 'Print This Page'.