Opening Links in New Tab


Author Message
RTWright

Posted: 5/18/2011
Quote message 

Does anyone know if 3.0 has the ability to tell a link to open in a new tab instead of the same window? If it does I think I overlooked it. Otherwise I can look up the code to have it do it.
 
Garry

Posted: 6/3/2011
Quote message 

You can simply add target="_blank" in links for it:

<a href="http://www.example.com/" target="_blank">Open example.com in new tab</a>