1

Topic: How to add links outside your website in the top header?

After playing around I needed a way to make a link in the header transfer someone to another url or simple terms another website. Here is what I did to make it happen.

Login to your control panel.

Goto content >manage pages

In the name section type the name of the link that you want to show up.

Give it a label to go along since you need that.

Scroll down to custom tag and put the word header in it. This makes the link visible on the header section of your website.

Now in the field where it says page click on the box and in the right corner click on html, it's the little blue symbol to the right and insert the following into the box that pops up.

<META HTTP-EQUIV=Refresh CONTENT="2; URL=www.where you want to go here/">

Where it says content="2 that is how long till it redirects to that page. In the url= enter the webpage that you want it to forward to.

I thought this might be helpful to some people so I posted it.