besides the plain text one that grw gave you you can modify it a little and
it will display a picture:
<form><input type="image" src="images/Print.gif"
onClick="window.print()"></form>
just put your print button in the images folder and change the name in the
above code to match the name of your picture.