[TYPO3] Carriage return/Linefeed in a wrap?

Leo Barrientos C. lbarrientos at opensistemas.com
Tue May 8 09:33:07 CEST 2007


mmm, do you want a inline menu or a clasical top-down ?

There is a style attribute for do that :  ul { display:inline  } 

May be you css set this value, so is better to use a div for the wrap of
a menu (in my opinion), something like :

temp.TOP_MENU2 = HMENU
temp.TOP_MENU2.entryLevel = 0
temp.TOP_MENU2.special = directory
temp.TOP_MENU2.special.value = 128
temp.TOP_MENU2.1 = TMENU
temp.TOP_MENU2.1.wrap =<div id="top_menu"><ul>|</ul></div>
temp.TOP_MENU2.1{
  NO {
    linkWrap= <li>|</li>
  }

ACT < .NO
ACT = 1
 
}







============================================
(Christoph Luehr)
Hi List,

i have s.th. like this in a TS menu code:

    NO {
      allWrap = <li> | </li>
    }

.. and i'd like to have a \r\n in the generated html code after the
closing <li> - is there any way to achieve this?

Thanks for any pointers in advance & kind regards,

=======================================




More information about the TYPO3-english mailing list