I´m trying to rebuild my site with a single include menu file.
(I´m using the technic explained in the post above)
I'm using body id.
My menu list looks like this:
<li id="menu-mall1"><a href="../" > Start </a></li>
<li id="menu-mall2"><a href="arkivet/"> Bildarkiv </a></li>
<li id="menu-mall3"><a href="expo/" > Expo </a></li>
<li id="menu-mall4"><a href="om/" > Om </a></li>
<li id="menu-mall5"><a href="blogg/" > Blogg </a></li>
with my start-file at the top of my website and the rest of the contents in different subfolders.
My problem is - when I'm in another directory than the base, the links to a second directory doesn't work. How can I make this links to work?
Bookmarks