how to open link in background in html. like open link in new tab. i want to enable it in left click. how do i do i ? no pop under or up
I think this should work <a href="yourwebsite.tld" target="_blank">Your-link</a> HTML: Try it before you deploy it
So simple I am sending you code please do check it. It will help you. <a href="http://www.layerslogic.com">Websites Developing</a> <a href="Put Here you website">Put Here your Heading(You want to link</a>
I think GMF has your answer: use the "_blank" target in your anchor tags, ant that will do what you want ...