How to make print this page in to your blog
How to make
this page menu.
Here is a new shortcut how to help others to shortcut print into your page.
First. Upload this image
into your own host. After upload i got file address is:
http://meichelina.googlepages.com/printer.png
Use this script to make it available into your printed page
<a href=”javascript:print(document)”><img src=”http://meichelina.googlepages.com/printer.png” alt=”print this page” border=”0″/> Print this page</a>
And the result is
Print this page <– check this if you don’t believe it
You also may change the “Print this page” text to what ever you like.
How to insert print this page into blogger
- Login
- Layout
- Page Element
- Add HTML/Javascript, then paste code below
<a href=”javascript:print(document)”><img src=”http://meichelina.googlepages.com/printer.png” alt=”print this page” border=”0″/> Print this page</a> - Then save and now let see the different
You also may make the button:
Just copy this script:
<form>
<input type=”button” value=”Print this page” Onclick=”print()” ;>
</form>
And the result is
Good luck and have a nice try ![]()


Comments (No comments)
What do you think?