No Links need in "Parent"

Forums Forums Menus No Links need in "Parent"

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #837
    SandyK24
    Member

    Is it posibile to have no links in parent of tree and get an Link in last child?  And have the last child the name of the Site?

    I try to use ist for Tree-Navigation:

    a (no link) – apple (no link) – Sitetitle (and link)
                – anna      "
                – aelse    "

    Greetings
    Sandy

    #6302
    arjanver
    Member

    perhaps you mean this?

    <li><a href="#">a</a>
    <ul>
    <li><a href="#">apple </a></li>
    <ul>
    <li><a href="http://anna">anna</a></li&gt;
    <li><a href="http://aelse">aelse</a></li&gt;
    </ul>
    </ul>
    </li>

    #6303

    I don’t understand the question sorry.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.