Hyper Link Help


Author Message
RTWright

Posted: 4/23/2011
Quote message 

Here's my problem. I have all of these logo images on a product site, each image is Hyper Linked to the company they belong to so the customers of the main site can find the information needed. Problem is, when you click on the link, it opens the linked site in the very same window the current site is in. I've been trying to get it so that it opens up links in new tabs. Is there an option for this that I'm missing?
 
Garry

Posted: 4/25/2011
Quote message 

Simply add target_blank like following:

<a href="http://www.example.com/" target="_blank">Visit example.com</a>