Make a Link to Open in  a new Tab or Window so that visitor delay to leave your Blog.Link is a words,images etc. that will jump to new documents,page,image etc..Link are used in HTML by <a> tag. <a> tag defines an anchor.If you make the link to open in a new tab this may probably keep your visitor stay more longer.In HTML link can be made to open in a new Tab or window by adding target tag.

Making Links to open in New Tab.

To make link to open in a new tab is Very Easy.Just adding target tag make it to open in a new window or tab.Lets learn.

A Link looks this without making it to open in a new tab(Simply without adding target)

<a href="http://bloggerrounder.blogspot.com">Blogger Rounder</a>

In browser the link look like this.

Blogger Rounder.

If you click on Blogger Rounder you can see it will open in same window.

When you make a link to open in new tab the HTML code is like this

<a href="http://bloggerrounder.blogspot.com" target"_blank">Blogger Rounder</a>

In Browser it looks like this.

Blogger Rounder.

If you click on Blogger Rounder it will open in new Window.If you click 5 times browser will open in new window 3 times.

Alternatively.

We can make a link to open in a new window by MyNewWindow instead of _blank .In HTML it looks like this

<a href="http://bloggerrounder.blogspot.com" target"MyNewWindow">Blogger Rounder</a>

In browser it looks like this.

Blogger Rounder.

Try clicking it it will open in new tab/window.If you click 5 times your browser will open only 1times.

Making link to Open in Tab in default.

If you want to make a link to open in a new window in default then we have got easy way.If you will do this you don’t need to add _blank in each anchor.For that use this.

  1. Go to Blogger.com
  2. Click on Template or Design.
  3. Click on Edit HTML.
  4. Find </head>  tag then add following code just above it.
    <base target="_blank" />
  5. You can replace _blank with MyNewWindow .

Bye.

Blogger Rounder

Admin of Blogger Rounder
Shirshak is the Administrator of the Blogger Rounder who thinks he will die next to Blogger. He is Completely devoted to Blogger and thinks Web Designing will makes is career.You contact using contact form from navigation tab to him.You can find him in Twitter.

Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.

2 comments on "How to make link to open in new Tab?":

Blogger, Friday, February 03, 2012

How to make a linklist widget to open in a new window.

Blogger, Friday, February 03, 2012

@ Green bajgain
Thanks for It.Bye

Post a Comment

We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam

Newer page Older Pager Home Pager

Pls share this page

Get this
Copyright © 2012 Blogger Rounder .Designed by Shirshak.
back to top