5
You could use a plain texteditor like notepad, it just shows code so there is no risk the theme is damaged by fancy design mode editors. Here is an example of a partly edited menu I am working on right now, the tag <{$xoops_url}> can be used to replace
http://www.domain.com so you point directly to the module or module page as from the root of your site.
<div id="navigation">
<ul>
<li class="nav-corner">
<a title="Startpagina" href="<{$xoops_url}>">Start<span>Startpaginaspan>a>
li>
<li>
<a title="Wat wij leveren" href="#">Assortiment<span>Wat wij leverenspan>a>
li>
<li>
<a title="Download" href="<{$xoops_url}>/modules/xcenter/?storyid=2">Brochures<span>Downloadspan>a>
li>
<li>
<a title="Door ons geleverd" href="#">Projecten<span>Door ons opgeleverdspan>a>
li>
<li>
<a title="Kies uw kleur" href="#">Doeken<span>Kies uw kleurspan>a>
li>
<li>
<a title="Hebt u een vraag?" href="<{$xoops_url}>/modules/xforms/?form_id=1">Contact<span>Hebt u een vraag?span>a>
li>
ul>
div>