Add a Print Page Link

Add a Print link to the footer by adding this to the Edit Footer Text field:


<a href="javascript:window.print();" rel="nofollow">Print this page</a>

Add a Print link to a Text Element by adding this to the Edit HTML field:


<a href="#" onclick="window.print();" rel="nofollow">Print this page</a>