Links at the start of content elements
问题 TYPO3 adds these links at the start of almost every element: <a id="c1427"></a> where number is, I guess, UID of the element. How TYPO3 render this link and is it possible to disable it for a specific FCE? 回答1: It depends on your TYPO3 Version. In 4.5 it is defined via: tt_content.stdWrap.innerWrap.cObject.default.10.value = <div id="c{field:uid}" If you use the TS-Objectbrowser, you should find it somewhere in tt_content.stdWrap.* Depending on the rendering you are using, you could be able