just like the title say,... how can I create a link that will open in new tab/window,... if I put my link on blog post,... or something so my blog still open when people clicking link on my blog,.. thanks
Hi mate! If you wanna do this, when you add a link use this kind of structure: <a href="#" title="#" [B]target="_blank"[/B]> bla bla bla </a> Code (markup): target="_blank" does the trick. For more info, check W3Schools, of course!
The "#" means nothing. At href="#" you will put your link instead of #, and at title="#" you wil put the words that you wanna display when you hover the link ( more explanation here).