• I want a page titled Our Work and on that page two scroll down sections titled Clients and Sample Products. On the front page menu I want a button that says Our work then two sub menu buttons that say clients and sample products. I want the Our work button to bring you to the our work page, which is simple to do. But I want the Clients and Sample Products sub menu buttons to not bring you to separate pages but to bring you straight to their designated sections on the Our Works page. What is the best way to do that?

Viewing 1 replies (of 1 total)
  • You can do it when using ID’s and then link to them.

    For example <h2 id="clients">Clients</h2> and then make a link only using <a href="#clients">Clients</a>. This only works if the link is at the same page of the ID though.

Viewing 1 replies (of 1 total)
  • The topic ‘menu button bring you to specific location on different page’ is closed to new replies.