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 _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
