Am 09/15/2014 08:46 PM, schrieb YoheY - OpenOffice:
Hi Marcus,
can you help us in finding what can cause on our subsite:
hu/product/index.html breaking the div id like this?
<div id="leftnav
"><h1 id="programok">Programok</h1>
leftnav.mdtext seems to work the same with or without plus lines
index.mdtext seems to be ok too
in "leftnav.mdtext" you have written the menu items as list. This is
converted for HTML into the <UL> and <LI> tags.
I'm not an HTML and CSS expert but maybe these tags produce
automatically a line break. When deleting the tags then they are gone.
Maybe it's also working when writing the list items in a single line.
But I haven't tested this:
<ul>
<li></li><li></li><li></li>
</ul>
instead of one below the other
<ul>
<li></li>
<li></li>
<li></li>
</ul>
HTH
Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]