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.
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.
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.
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.
- Go to Blogger.com
- Click on Template or Design.
- Click on Edit HTML.
- Find </head> tag then add following code just above it.
<base target="_blank" />
- You can replace
_blank
withMyNewWindow
.
Bye.
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?":
How to make a linklist widget to open in a new window.
@ 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