[TYPO3-templavoila] Conditional Header Parts in Template mapping
Bart Veldhuizen [V-INT]
bart at v-int.nl
Fri Mar 7 08:31:22 CET 2008
Hi Wahid,
TemplaVoila won't map HTML comments, the only way to solve this is to
add the code manually to your HTML HEAD by using the following
TypoScript Setup code:
page.headerData.10 = TEXT
page.headerData.10.value (
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="ie7-elements.css" />
<![endif]-->
)
That should fix it.
Cheers,
Bart
------------------------------------------------------------------------
Bart Veldhuizen, Veldhuizen Interactive. Tel: 06-420 67 330
website analyse & advies | content management systemen
Op 7 mrt 2008, om 0:47 heeft Wahid Lahlou het volgende geschreven:
> <!--[if IE 7]>
> <link rel="stylesheet" type="text/css" href="ie7-elements.css" />
> <![endif]-->
More information about the TYPO3-project-templavoila
mailing list