Tuesday, February 7, 2012

Get a print butten on your website

You can get a print butten on your website. Jest go to edit your website. Then go to the HTML and copy and past this code in to the HTML. Here is the code: 
<form><input type="button" value=" Print "
onclick="window.print();return false;" /></form>
Here is what the print butten looks like on your website: