Saturday, February 2, 2013

How to Bring Your Audience to a Specific Post Section Within Your Blog.

First of all this tutorial is for newbie and I don’t want to complicate things by using code names etc. Here I will teach you in the simplest way how to bring your reader to a specific section of a post within your blog.

Let’s take for example I want to bring you to my other post which is “How to create a TextBox or Textarea in Blogger” but to a specific section only which is the “Read Only Text box” section.

Use the following structure by replacing with your desired Url, identifier and linkname:


<a href="URLaddress#identifier">linkname</a>

According to the example above mine would be;

<a href="http://challenge-of-the-day.blogspot.com/2012/03/how-to-create-textbox-or-textarea-in.html#Read Only">Read Only Text box</a>

Now you need to go to the post you are linking to by adding the following anchor to the specific section;

<a name="identifier">a heading</a>

Example; the identifier for the section I’ve mentioned above is “Read Only” which I've edited in my post editor like this:

<a name="Read Only">Read Only Text Box</a>

So that's it :). Now you know how to add internal links to a particular section of a post. Use the same steps to link within the same blogger post. This is a great way to help your visitors find their way through your blog easily and give access to desired information quickly.

No comments:

Post a Comment