opening tabs in seperate windows from Links
Permalink
Hi guys,
I have social media buttons on my website, but when i click on them (for example twitter) it opens up the twitter page over the same tab as my website. I want them to click on twitter and it opens up another web page or tab with Twitter on. Any idea how i do this?
I have social media buttons on my website, but when i click on them (for example twitter) it opens up the twitter page over the same tab as my website. I want them to click on twitter and it opens up another web page or tab with Twitter on. Any idea how i do this?
Here ya go!
hi Mnkras....sorry to be simple but what was this file you sent? Im not a programmer and was hoping there was simple way to solve this issue?
in your links <a tag use target="_blank" for example...
<a href="twitterURL" target="_blank" >twitter</a>