If links on your blog or website opens in new window or tab, it has many benefits. Your visitors will still stay on your website or blog for longer time. They will not leave your site by clicking that links. Nobody likes visitors to leave their blog or website. If you can make links on your site which opens in new window or tab, Your problem will be solved. You convert text links or image links to open in new window or tab by simple steps given below:-
For Image Links
If you are using Images as links, then you will be using HTML code given as:
<a href="URL" title="TITLE"><img src="Image URL" border="0" width="25" height="35" alt="Description"></a>
In the above given code, just place target="_blank" or target="new" after URL of the link which opens after clicking on anchor text to open links in new window or tab. As given in below example.
<a href="URL" target="_blank" title="TITLE"><img src="Image URL" border="0" width="80" height="15" alt="Description"></a>
For Text links
Similarly you can open text links in new window or tab by using tag provided above. As given below:-
<a href="http://www.blogger.com/" target="_blank">Blogger</a>
Enjoy it.
0 comments:
Post a Comment