[TYPO3] stdWrap and comments

Marek Matis marek.matis at gmail.com
Tue Oct 30 06:45:31 CET 2007


Excellent. Thanks.

Marek


2007/10/30, Gregory Remington <greg at mediatech.net>:
>
> Marek Matis wrote:
> > how is possible put code like this into header  <!--[if lte IE 6]><link
> > rel="stylesheet" type="text/css" href="css/msie.css" /><![endif]--> ?
> > Output of this TS is empty string.
> >
> > page.headerData = <!--[if lte IE 6]><link rel="stylesheet"
> type="text/css"
> > href="css/msie.css" /><![endif]-->
>
> Try this:
>
> page.headerData.99 = TEXT
> page.headerData.99.value (
>
>         <!--[if lte IE 6]>
>         <link rel="stylesheet" type="text/css" href="css/msie.css" />
>         <![endif]-->
> )
>
>
> Greg
>
>
> ----
> web: http://www.mediatech.net
> Phone: +1 (760) 525-1770 . Skype: gremington
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list