possible to make links open a new tab?
-
Hi,
I run a photojournalism blog called Photojournalism Links and most of my content is just links to other sites. I’ve been getting feedback in which people have suggested that it would be good if clicking a link would open a new tab rather than taking the reader’s current window there. Is it possible to have links open a new tab, or is that something the reader has to sort out themselves.
Thanks.
Mikko
The blog I need help with is: (visible only to logged in users)
-
If you use the html editor, the code is this:
<a href="URL_HERE" target="_blank">TEXT_HERE</a>
If you use the link button of the visual editor, select “Open in a new window” from the Target scrolldown before inserting. -
- The topic ‘possible to make links open a new tab?’ is closed to new replies.