John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

add a clickable external image

How can I add an external image that's clickable? Basically add this code in one of my screens...

a href="http://www.example.com" target="_blank"
Imagehttp://www.example.com/images/example.jpg" rel="nofollow"http://www.example.com/images/example.../a"
/a

Sorry, I took out the brackets < because it wasn't showing...

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

add a clickable external image

Hello! Try to add on Image component "Click" event and "Navigate to Link" action.

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

add a clickable external image

If you use the Image component, you can't use external image, correct? I want to use an external image coming from my server: mysite.com/img.jpg that is clickable.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

add a clickable external image

You can create a REST service and map responce parameter to image.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

add a clickable external image

Just to add to what Marina said, you can also use Panel component and enter any HTML code there.

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

add a clickable external image

thank you

Return to “Issues”