[TYPO3-english] Re: Clickable glyphicon - typoscript menu

Tom Warwick tom.warwick at typo3.org
Thu Jul 7 15:11:08 CEST 2016


Im getting close .... ish

This what I'm using

NO.linkWrap = |   
NO.ATagBeforeWrap = 1
NO.linkWrap.insertData = 1   
NO.linkWrap = <li>|<span class="glyphicons glyphicons-{field:uid}"></span><span class="text-centert"></span></li>
NO.ATagTitle.field = abstract

The output however is putting the A tag outside of the li. How can I wrap both spans with an A tag and keep them within a LI?

Output:

<a href="link-to-page" title="Page title">
<li>Page title (again)
<span class="glyphicons glyphicons-{field:uid}"></span>
<span class="text-center"></span>
</li>
</a>


Tom


More information about the TYPO3-english mailing list