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:

  1. Create a new page (you can add some text with the link if you would like to).
  2. Drag and drop an HTML widget onto your page. 
  3. 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.

 



Related Pages Adding & editing content > HTML > Adding HTML
FAQs > Other frequently asked questions > How do I add more tabs/links to my menu?