Posts: 1
Threads: 1
Joined: Mar 2013
Hi, I would like to insert a line break in long menu item.
Is this possible ton insert html tags in menu?
example with <br />:
<ul>
<li> <a> About </a> </li>
<li> <a> Support <br /> and downloads</a> </li>
</ul>
Thanks
Posts: 6,267
Threads: 182
Joined: Sep 2011
no but you could probably deal with that using css somehow.
Posts: 2,928
Threads: 195
Joined: Feb 2011
2013-03-22, 23:48:25
(This post was last modified: 2013-03-22, 23:54:12 by Connie.)
hihi, what a strange question...
I added a line-break in the menue-text of a page in order to have it's menue text wrapped... and what did I acchieve?
The result was, that this linebreak let this menue-item jump to the right side of the menue - line ..
generally speaking: it depends on your menue
if it is a horizontal one, this will not work
if it is a vertical one (in sidebars), you will get automatic breaks because the text floats depending on the width of the sidebar and the <li>-elements are not inline-elements