Create a Link to Jump to Another Part of the Same Page

The code involved to make it happen

  • When in your WordPress Editor you need to find the place where you want your link to be and place some code as shown below, this is called an anchor.

<a href="#cookie">cookie</a>

  • You have to take note what you have called your anchor (#cookie) and find the place you want the link to jump to.
  • When you have located where you want the link to jump, you place this piece of code just before the word. The ‘name’ has to be the same name as your anchor.

<a name="cookie"</a>

This entry was posted in Random. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>