[TYPO3-rte] Colors in HTMLsrea RTE

Stanislas Rolland typo3 at sjbr.ca
Sat Mar 6 19:32:00 CET 2010


Hi Jeppe,
> In Firefox I can make the text red and save it, but in IE8 I can make 
> the text red, but when I save the color disappear.
> 
In TYPO3 4.2, IE still uses a font tag which is removed by the default 
RTE transformation configuration. So, you need:

RTE.default.proc.entryHTMLparser_db.removeTags := removeFromList(font)

Regards,
Stanislas


More information about the TYPO3-project-rte mailing list