[TYPO3-english] printlink for multilanguage

Xavier Perseguers typo3 at perseguers.ch
Wed Oct 15 17:20:15 CEST 2008


Hi,

> In other words, the difference between the 'regular' and 'printable' 
> pages is that in the regular page, you have a set of calls to 
> stylesheets like this:
> 
>     <link rel="stylesheet" type="text/css" href="path/to/screen.css" 
> media="screen" />
>     <link rel="stylesheet" type="text/css" href="path/to/print.css" 
> media="print" />
> 
> ...but in the printable page you have only this stylesheet reference:
> 
>     <link rel="stylesheet" type="text/css" href="path/to/print.css" 
> media="screen" />

I agree and I cannot understand why people keep generating different 
pages for printing where CSS can do this automatically for you.

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html


More information about the TYPO3-english mailing list