How to get rendered links of a HTML element in TYPO3 7.6
问题 IN TYPO3 versions before 7.6 it was possible to render links inside the content element HTML by using the TypoScript tt_content.html.parseFunc.tags.link < lib.parseFunc.tags.link This does not work anymore since 7.6. How can it be solved? 回答1: There are a couple of possible solutions for this question. 1.) Use fluid_styled_content. I guess that now fluid_styled_content instead of css_styled_content is used. Therefore the used TypoScript does not work anymore. A valid solution would be to