[TYPO3] stdWrap and comments

Gregory Remington greg at mediatech.net
Tue Oct 30 04:59:38 CET 2007


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


More information about the TYPO3-english mailing list