[TYPO3-english] line breaks after menu items

Mario Sargac sargac at gmail.com
Wed Dec 1 10:25:40 CET 2010


Hi,

does anyone know how to insert a line break (a newline feed) after each 
TS generated menu item? I have the following situation:
------
lib.qlinks = HMENU
lib.qlinks {
   1 = TMENU
   1 {
     NO.allWrap = <li> | </li>
     noBlur = 1
   }
}
------

Current output is like this:
<li><a href="#">item 1</a></li><li><a href="#">item 2</a></li>

Is it possible to achieve output like this (in the html source):
<li><a href="#">item 1</a></li>
<li><a href="#">item 2</a></li>

I tried using parentheses and inserting a newline html character after 
each item, but it didn't help. The reason I need this is required IE 6 
compatibility.


Best,
Mario


More information about the TYPO3-english mailing list