• Hello. I would like to create a link to my footer from the top of my page, specifically from my navigation list. I was going to make a simple html link but can’t quite figure out how to get there.

    <a href="WHAT DO I PUT HERE?#Footer">Footer</a>
    <a name="Footer" id="Footer">Footer Links and Blog Info</a>

    What path do I put in the code?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Tracy,

    Just <a href="#Footer">Footer</a> should do it.

    – Tim

    Thread Starter tracyrosen

    (@tracyrosen)

    Thank you Tim. That worked. For some reason I thought I’d have to put it somewhere in the footer.php!

    I’m experimenting with no sidebar and a floating menu to make it easy to access different elements of the site. Still doing some formatting, but if you are interested:

    http://leadingfromtheheart.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create a link TO the footer FROM the nav bar’ is closed to new replies.