Yola Support
Links that Redirect when you click on menu tab
It is possible to cause your menu link to redirect to an external URL if you are prepared to write a little bit of custom HTML.
Here's what you need to do:
- Create a new page (you can add some text with the link if you would like to).
- Drag and drop an HTML widget onto your page.
- Paste this tag into the HTML editor:
<meta http-equiv="refresh" content="2; url=http://webdesign.about.com">
"2" is how many seconds it waits before it redirects - you can change this number
"url" is the URL it redirects to, so, replace the URL in the above tag with the one for the site you want to link to.