[TYPO3-ttnews] HTML in title field
Francois Suter
fsuter at cobweb.ch
Wed Nov 7 22:25:54 CET 2007
Hi,
> Is it possible to add some TypoScript so that I can add tags to the
> tt_news title? Currently if I put "Hello <em>World</em>!", then the tags
> are converted to <em>...etc. Other than removing the reference to
> htmlentities in the .php file, can I make part of the title italicized?
I don't see any straightforward solution, but since the title has a
stdWrap applied to it (title_stdWrap), you could try typing some special
character (e.g. "Hello *World*!"), splitting the string on * and
wrapping the middle part with <em>|</em>.
HTH
--
Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
More information about the TYPO3-project-tt-news
mailing list