[TYPO3] printing a page

tapio tapio.markula at dnainternet.net
Tue Jan 31 18:40:56 CET 2006


Barbara van Schepen wrote:
> I want a link on my site to print the page.
> 
> When I search for 'print' in the online extension repositry I find four 
> extensions:
> Print Link, Printlink Page, Printlink and Make Print Link
> 
> I don't know what is what. Which one is best? Or are they the same?

you don't necessarily need at all any extension - just CSS
<link ... media="print">

Define special CSS for printing

{display:none} for all, what you want to hide

and href="#" onclick="window.print()">



More information about the TYPO3-english mailing list