View Single Post
  #10  
Old 11-20-2010, 10:29 PM
Anabass
Guest
 
Posts: n/a
Default

There is also interesting web service that will make your web page printer friendly and also has the ability to convert it to the PDF format: http://www.printfriendly.com/ You can use the same sort of source code to link it directly:

Code:
<a href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.hitechweb.genezis.eu%2Fstealth4f.htm&amp;partner=sociable" onclick="window.open(this.href); return false;"><img src="images/share/print.png" title="Print" alt="Print Hitechweb"  class="standard"></a>
You again need to add your full url and the path for the icon.
Reply With Quote