How To Make Opening Hyperlink On The Next Tab

Posted in: Newspaper
Post count: 9

Hi Developer,

Please advice how to make hyperlinks open on next tab?

Thank you.

Post count: 6535

Hi

You can use target=”_blank” attribute to achieve that, here is an example: http://screencast.com/t/hAzZke14gVxg
<a href="http://www.w3schools.com/tags/att_a_target.asp" target="_blank"> This link will open in a new window </a>

Thanks!

Post count: 9

Thank you for your reply Andrei.

Would I be able to edit easier way? because I would probably have lots of hyperlinks and it would be eye straining going through each individual codes from every single post

Post count: 22421

Hi,
Unfortunately in order to do that automatically you need to use more advanced techniques like for example: http://stackoverflow.com/questions/804256/how-do-i-add-target-blank-to-a-link-within-a-specified-div/804360
You will need coding skills for it though.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.