You can use javascript to instruct your visitors’ browser to print the current page being viewed. Simply copy and paste the code below where you want the script to appear:
<a href="javascript:window.print();">print this page!</a>
As this is javascript, it will only work for visitors who have javascript enabled on their browser.
