[TYPO3] wrapping the 'text' item

Nagita Karunaratne Nagita.k at gmail.com
Wed May 30 12:07:22 CEST 2007


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