How to put a print button on a page Edit the page, Click the HTML button, Insert this code: <form xmlns="http://www.w3.org/1999/xhtml"> <style type="text/css"> input.btn { color:#050; font: bold 84% 'trebuchet ms',helvetica,sans-serif; background-color:#fed; border:1px solid; border-color: #696 #363 #363 #696; } </style> <input class="btn" onclick="window.open('http://www.k8oms.net/print-button?tmpl=/system/app/templates/print/&showPrintDialog=1')" style="width:85px; height:25px" type="button" value="Print page" /> </form> Be sure to change the URL in red to your URL. (I stole this from someone's thread on the sites help forum) : http://www.google.com/support/forum/p/sites/thread?tid=352be11c67981ab4&hl=en |
