[TYPO3] wrapping the 'text' item

Peter Klein peter at umloud.dk
Wed May 30 13:13:42 CEST 2007


Hi Nagita. Check TSRefs chapter on TMENUs
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/8/

Here you'll find a property named "ATagBeforeWrap", which should solve your 
problem..

-- 
Peter Klein/Umloud Untd

"Nagita Karunaratne" <Nagita.k at gmail.com> skrev i en meddelelse 
news:mailman.1.1180519645.17145.typo3-english at lists.netfielders.de...
> Hi,
>
> I have a typical drop down menu
>
>          <ul id="navmenu">
>             <li>
>                <a href="/"><span>Home</span></a>  <-------------!!!!!!!
>
>                <ul>
>                   <li><a href="#">Link here</a></li>
>
>                   <li><a href="#">Link here</a></li>
>
>                   <li><a href="#">Link here</a></li>
>
>                   <li><a href="#">Link here</a></li>
>
>                   <li><a href="#">Link here</a></li>
>                </ul>
>             </li>
>
>             <li>
>                <a href="/"><span>Practice Areas</span></a>
>
>                <ul>
>                   <li>
>          etc. etc.
>
>
>
> How do I wrap <span> | </span>around the top level menuitem?
>
> All the properties I have tried are spuuting the tags outside the <a> tag. 
> I would like them on the inside.
>
> Thanks.
>
> 




More information about the TYPO3-english mailing list