Sunday, February 23, 2014

Code Help...?

Any Bloggers who see this post, I need help with making some jump-to links for my About page. There are three paragraphs/sections I want to be able to jump to. 

I have looked online and spent hours trying to figure out how to do it. In each tutorial, it looks so simple a chimp could do it, but for some reason my code goes nowhere, literally. It says "the post does not exist." 

This is the code I've been trying to use:

Anchors:
<a href=”#storyofaname”>Story of a Name</a>

<a href=”#bio”>Bio</a>

<a href=”#guide”>Guide</a>


 Links:
<a name=”storyofaname”>Story of a Name</a>

<a name=”bio”>Bio</a>

<a name=”guide”>Guide</a>


I've watched several tutorials on YouTube. I've read a bunch blogs. Each seem to have generally the same way to do it, just minor differences in the code.

I've tried every permutation of this code, and I get the same results each time.

So if you're a Blogger or a web designer who stumbles upon my page, please feel free to leave a comment, or contact info or whatever.