GetSimple Support Forum

Full Version: insert line break in menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
no but you could probably deal with that using css somehow.
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