Hi, I´m really new in all this…. I´m looking for some pluggins o something similar that allows me to print a page
Printing a page is a client side operation so you will need javascript. Something like this to make a print button:
<input type="button" onclick="window.print();" value="Print Me!" />
My Blog, I work at Erskine Design