Print This Page

Many web sites sport a button or link that says something like "Print this page". When the customer clicks the button or link, the current page is printed. (See www.gallerydirectart.com, for example.) While the vast majority of web users know how to print out a web page, a "Print this page" feature is part of many professionally designed sites. It is surprisingly easy to set up. Simply enter the following in the Caption of the page (or the final-text variable to have it appear on all pages) :

<a href="javascript:self.print()">Print this page</a>

This and many other Turbify tips are detailed in our Turbify Tips & Tricks Book.