Image with URL on click

Hello there.

I want to insert my own image which will open link on click. I’ve already know how to do it with button (I can make button with graphic content instead of text), but in button there is always frame around it.

So, my question is: how to completely remove button’s frame OR insert an image with URL connected to it?
Thank you.

1 Like

Use Hyperlink(url, Image(...)) formula, like this:

Hyperlink("https://google.com", Image("https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"))

7 Likes

Thank you again, it works!

How do I do it please.

Adding more info here in case anyone else is trying to figure this out.

To get the image, either

  • Copy the image URL
  • Or if its your own image, drop it into a Coda page (you can hide this page if you want). Then right click to get the URL

Then on the page you want to insert the image and make it clickable, type /formula

Then paste the formula above and replace the webpage and image