When click on banner to open in new tab?

wizzardz01

Power Member
Joined
Jan 7, 2010
Messages
640
Reaction score
415
Hello , i am not sure is this right topic but ...

Ok , here is my problem i make banner when some1 click on it goes on some other page ...But problem is when some1 click on it , that open on same page. I use this code
Code:
<a href="http://www. site . com"><img src="direct link to that image "></a>
so can i add some code on this to when some1 click on that picture to open in new tab or window ?
btw i using it in wordpress , put in widget like html text .

Thanks.
 
Try this ! !

Code:
<a target="_blank" href="http://www. site . com"><img src="direct link to that image "></a>
 
Work perfect ! :)
Thanks rep +

btw . is there any way to check how much click i receive on that banner?
 
Last edited:
Back
Top