• Can anybody explain how I can add a link to an external page, e.g my facebook page, to the menu bar but not navigate away from my webpage completely? I want people to be able to click back to my page easily, so there will be some kind of header or something they can click on.

    Does that makes sense?!

    Thanks,

    Laura

Viewing 1 replies (of 1 total)
  • You could either use the code:

    <a href="https://externalpageaddress" target="_blank">view my external page</a>

    which will open the page in a new window (so they can click back to the other tab/window), or you could create a page with a frame, search Google

Viewing 1 replies (of 1 total)
  • The topic ‘How to add external link without navigating away from my site’ is closed to new replies.