[TYPO3] how to keep title attribute in rtehtmlarea?

Onno Schuit o.schuit at solin.nl
Wed Jan 11 22:39:31 CET 2006


Hi All,


How do you keep title attributes on span tags in the rte (specifically 
rtehtmlarea)?

Whenever I type in: <span title="some text">...</span>, the title 
attribute is stripped.

In the Page TSConfig I've tried this:


RTE.config.tt_content.bodytext.proc {
    allowedClasses=uitleg_begrip,H1, H2, H3, P, bodytext, authors
    denyTags=font, size
    tags.span.allowedAttribs = id, class, title, alt
}


-- but it does not seem to work somehow, even though the text is indeed 
saved into tt_content.


Cheers,
Onno Schuit



More information about the TYPO3-english mailing list