Hi, Is it possible to define some html in TS based on tt_news category? For example: If news_category="joe" html="<font color="red">Some text</font"> If news_category="jane" html="<font color="yellow">Some text</font"> Thx!