Oh, habs selber hinbekommen:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
| temp.randcontent = CONTENT temp.randcontent { table = tt_content select.orderBy = sorting select.where = colPos = 3 renderObj < tt_content renderObj.text.20.textStyle.altWrap = <div class="contentlinks">|</div> renderObj.text.20.parseFunc.nonTypoTagStdWrap.encapsLines > renderObj.text.20.parseFunc.nonTypoTagStdWrap.encapsLines { encapsTagList = div,p removeWrapping = 1 wrapNonWrappedLines = | } } |