[TYPO3-english] Allowed HTML-Tags in Content Element List
Tapio Markula
tapio.markula at xetpoint.fi
Sat Nov 22 19:56:41 CET 2008
Sebastian Gebhard kirjoitti:
> Hi,
>
> when I create a regular List Content Element and use <b> or <i> inside,
> they will get through and final text is bold or italic.
> But when I try to use <del> it will be masked by TYPO3 to <del>
>
> Can I configure via TS/pageTS which tags are allowed?
>
> Regards
> Sebastian G.
must redefine list of allowed tags in TS template
lib.parseFunc_RTE {
allowTags=a, ...
}
NOTE. In single line -
allowTags(
...
)
doesn't work - tested - definition was cropped in line break
More information about the TYPO3-english
mailing list