[TYPO3-RTE] RTE removes <img> and other tags

Stanislas Rolland typo3 at sjbr.ca
Thu Apr 9 16:12:14 CEST 2009


Hi Radoslav,
> I have problem with RTE editor. When I save some html with img tags it 
> remove all img tags. Also it removes span tags and transform <a> tags to 
> <link>.
Do you mean that you see link tags in the RTE or in the FE?

> I add this to my page TSconfig, but no success:
> RTE.default.proc {
> allowTags := addToList(img,span)
> allowTagsOutside := addToList(img,span)
> entryHTMLparser_db.allowTags < RTE.default.proc.allowTags
> }
You do not need these lines. Remove anything you may have in Page 
TSCongig under RTE.default.proc.

Enable images in the RTE configuration with the Extension manager.

Stanislas


More information about the TYPO3-project-rte mailing list