4

The Image Web Part doesn't seem to have an href attribute that I can set. Is there something I am missing?

Chris Farmer
  • 24,974
  • 34
  • 121
  • 164

2 Answers2

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.