Laura Nuttall
Member
Posted 2 years ago #
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
Robbie JW
Member
Posted 2 years ago #
You could either use the code:
<a href="http://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