Footer as a menu item in main menu

Hi,

If I want the "Contact Us" item in the main menu at the top of the page to jump to the footer at the bottom of the page that has the contact info in, how do I go about doing that?

I have tried the following 4 things:

1.)

In widget in footer add:

<a href="#footerlink">Menu item</a>

In a custom menu item add for the link #footerlink

Didn't work

2.)

In widget in footer add:

<a href="footerlink">Menu item</a>

In a custom menu item add for the link #footerlink

Didn't work

3.)

In widget in footer add:

<span id="#footerlink">Menu item</span>

In a custom menu item add for the link #footerlink

Didn't work

4.)

In widget in footer add:

<span id="footerlink">Menu item</span>

In a custom menu item add for the link #footerlink

Didn't work

Comments

Sign In or Register to comment.