How Can I Add a Print Button JavaScript on my Blog?
I tried with this method:
<FORM>
<INPUT TYPE="submit" Name="Imprime" onClick="window.print()">
</FORM>
but I can't put anything on the button to give viewers a clue what's for. Also, it brings up the printing dialogue but once either chosen print or dismissed it takes the browser to the blog's front page.
And also found this article that explains how to do it on a blogger blog. Can this be used on a wordpress blog?
Where do I place the javascript
(I'm using Atahualpa display)
And what changes do I need to make to it?
I don't really understand any of it!
Thanks for reading this far and PLLLLLLease if you know how to give me hand. Thanks a lot.
DD