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

Radoslav Kolarov radoslav.kolarov at osceola.de
Thu Apr 9 09:17:13 CEST 2009


Hi,
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>.
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
}
I see in the net that img tag is allowed by default, so I wonder where 
is the problem.
Can you tell me how to fix this?
Thanks



More information about the TYPO3-english mailing list