[TYPO3] Templates are not rendered fine

Andreas Balzer typo3 at andreas-balzer.de
Thu Feb 1 15:49:26 CET 2007


Hi!

see bug report 0004904

I use the following code in my template Setup field:
temp.cssie5 = COA
temp.cssie5.20 = HTML
temp.cssie5.20.value (
  .someclass {
   color:black;
  }
  #someid {
   color:white;
  }
)
{$teaserbannerlayout}temp.cssie5.300 = TEXT
{$teaserbannerlayout}temp.cssie5.300.value (
  #someotherid {
   color:red;
  }
)


Well.. someclass and someid work, but in the Template Object Browser 
i'll get an error message, that the color property of someotherid can't 
be parsed by T3. Why does T3 try to render my lower part of the code? It 
just should print it out.. Any idea on what to do?


More information about the TYPO3-english mailing list