The Image Web Part doesn't seem to have an href attribute that I can set. Is there something I am missing?
Asked
Active
Viewed 2.9k times
2 Answers
7
Does it have to be an Image Web Part? If not I would simply use a Content Editor Web Part and paste the required HTML there.
<a href="http://www.google.com"><img src="urlToImage" /></a>

Christian Hagelid
- 8,275
- 4
- 40
- 63
1
what if it have to? users need to have an opportunity to change the link and the image themselves and not to disturb an administrator.