Is it possible to link a URL to an image so that when the user clicks on the image, it will go to the specified website?
Solved! Go to Solution.
Yes, set the OnSelect property of the Image control to:
Launch("https://www.bing.com")
Yes, set the OnSelect property of the Image control to:
Launch("https://www.bing.com")
How do I launch a URL thats contained in a SharePoint column? The column is titled Facebook and contains a URL
Each item in the list has its own URL
You can simply replace the solution suggested in this posting with the field that contains your URL
So, for example, if your URL is an a field called myURLfield and, also for example, you have your items listed in a Gallery, you could simply use:
Launch(ThisItem.myURLfield)
Hope this is helpful.
If you still have questions, you might want to start a new post as this one is already resolved.
Can I get the Image on the right hand side of the page with a click.
How to achieve this functionality
The image or a website? Your picture indicates a website?