Shape 5

Joomla Templates => Eventfull - Club => : jimbondox April 26, 2015, 10:51:57 PM



: S5 tab show question
: jimbondox April 26, 2015, 10:51:57 PM
if i want to add a link to the individual images in the tab show how would I add the coding for it to open in a new tab?

Simple, but something I am doing is making it not look right

Thanks


: Re: S5 tab show question
: jonahh April 27, 2015, 12:28:24 PM
Hello,

You can do this with JavaScript or with an href by wrapping the image with it.  For example:

JavaScript usage: <img src="yourimage.jpg" onclick="window.open('http://www.yoursite.com')"/>

Href usage: <a href="http://www.yoursite.com" target="_blank"><img src="yourimage.jpg"/>[/url]



: Re: S5 tab show question
: jimbondox April 27, 2015, 01:06:00 PM
Thank you


: Re: S5 tab show question
: mikenicoll April 27, 2015, 05:57:47 PM
Let us know if you have any further questions