[TYPO3-english] print friendly page extension

Dmitry Dulepov dmitry at typo3.org
Wed Mar 11 08:30:20 CET 2009


Hi!

La Farge Douglas wrote:
> I'm looking at options for an extension that renders a printer friendly
> page.

No need for the extension :) DYI easily:
- create a stylesheet for printing
- include it after the main stylesheet like this:
	<link rel="stylesheet" type="text/css" media="print" href="print.css" />

Advantages over extension:
- no extra PHP code, which could have bugs, security issues, etc
- no need for users to click any links, they just click print button in the toolbar
- much less things to test

-- 
Dmitry Dulepov
TYPO3 core team
http://dmitry-dulepov.com/


More information about the TYPO3-english mailing list