I have long wanted to post this way, and after searching from various sources, I finally found one way which I think is quite easy to do anyone. okay, suppose we want to create a address master-infotutorials.blogspot.com open in new tab when clicked on, then the need to do is edit the HTML in the blog. First, log into your blogger account, then select a template, edit HTML, click procced, and then check Expand widget templates so that all parts of HTML can be edited. Second, insert the following HTML code:
<a href="http://master-infotutorials.blogspot.com/"> master-infotutorials.blogspot.com </ a>
at the following addresses we add a target = "_blank" on the link above will be like this:
<a href="http://master-infotutorials.blogspot.com/"target="_blank">master-infotutorials.blogspot.com</a>
So if we click the link we just added a target = "_blank" then the link will automatically open in a new tab.
GOOD LUCK!!!
<a href="http://master-infotutorials.blogspot.com/"> master-infotutorials.blogspot.com </ a>
at the following addresses we add a target = "_blank" on the link above will be like this:
<a href="http://master-infotutorials.blogspot.com/"target="_blank">master-infotutorials.blogspot.com</a>
So if we click the link we just added a target = "_blank" then the link will automatically open in a new tab.
GOOD LUCK!!!
0 comments:
Post a Comment