[TYPO3] definition lists and menus

Mads M. Hansen madsmh at gmail.com
Sat Nov 11 17:23:06 CET 2006


Hello,
I have desigend a site with a menu like the one below, but I'm baffled as to
how to implement in in typo3 as it is quite different than what I have done
previously. The TemplaVoila wizzard dosen't seem to be able to recognize the
structure correctly.

Any pointers as to where to look or how I should start would be greatly
appreciated.

Regards, Mads

<dl>
  <dt><a href="#">Menu Item 1</a></dt>
  <dd>
    <ul>
           <li><a href="#">Submenu 1.1</a></li>
           <li><a href="#">Submenu 1.2</a></li>
       </ul>
 </dd>
</dl>

<dl>
  <dt><a href="#">Menu Item 2</a></dt>
  <dd>
    <ul>
           <li><a href="#">Submenu 2.1</a></li>
           <li><a href="#">Submenu 2.2</a></li>
       </ul>
 </dd>
</dl>



More information about the TYPO3-english mailing list