This is a good and useful web page button.
If you are familiar with how to insert html code into your
web pages then it's easy.
Here's an explanation.
You have to open your web authoring software and find the page that you want to ad the "Print Page" Button to.
Locate the placement and in code view copy the html text there.
Save the changes and look/test at the results in a browser.
In the code below the text "Print This Page" is what will show as the button text.
It could say "Print This" or " Print Me" or whatever you want.
Here is a sample button.
Try it if you don't mind using paper and ink.
________________________________________________________
Copy and paste the code below into your html where you want the button to appear..
________________________________________________________
<form action="0">
<input class="but pp" type="button" value="Print This Page" onclick="window.print()">
</form>
_______________________
Search the news website box code
Link button
Roll Over Tag
How to make a print page button
How to create a redirect page code
|