Now you know how to create links to sections within Blogger Posts Let's look at how to create internal links within different Blogger Blog posts. Most of you will be able to create a links to another post in Blogger using the posts editor. You Just highlight the text you want and click on the figure eight icon and Blogger creates the link for you. Which is great most of the time. However what if we want to direct the visitor a particular section of a different post? When you create a an internal link it will take the viewer to the top of the page but what if you want them to see something near the end of the article? Well using an internal link similar to what we did to create internal links within the post we can. Say I want to take my reader to a particular post in this case Google Page Ranking And Google Analytic Tips. How would I go about it.


I create the link as usual by copying the article URL address from the browser address bar and using the post editor to add the link. The Blogger post editor uses this structure:
<a href="URL Address"> Link Name</a>
So the Blogger editor would create the following link:
<a href="http://trickofblogging.blogspot.com/2013/1/you-put-chitika-ads-to-blogger
blogspot.html"> You Put Chitika Ads To Blogger Blogspot</a>

The Link would Appear like this in a browser:
You Put Chitika Ads To Blogger Blogspot

Now I Want to direct my visitors to the section about creating breadcrumb navigation so I add a section name using the following structure;
<a href="URL Address#identifier"> Link Name</a>


Thus my link would look like this in the Edit HTML section of my post editor

<a href="http://trickofblogging.blogspot.com/2013/1/you-put-chitika-ads-to-blogger
-blogspot.html#breadcrumb"> You Put Chitika Ads To Blogger Blogspot</a>

Note the link seen in a browser remains the same. If you want you link to open in a new browser window add the following to your link.

<a href=http://trickofblogging.blogspot.com/2013/1/you-put-chitika-ads-to-blogger-
blogspot.html#breadcrumb" target="_blank"> You Put Chitika Ads To Blogger
Blogspot</a>

Now I need to go to the post I am linking to and add the anchor. So in the post You Put Chitika Ads
i would use the following structure to link to section about how to add breadcrumbs.

<a name="identifier> A Heading</a>

So the section about breadcrumbs in the You Put Chitika Ads article is now  enclosed by the following:

<a name="breadcrumb"> Add Breadcrumb Navigation to Your Blogger Blog</a>

If you now click on the link below you will see that your browser open a new window and take you directly to the section about adding a breadcrumb to your blog.

 Most Recommended Articles:


Post a Comment

Thanks For Comment This Blog Post. Like It And Subscribe It.

 
Top