views:

4481

answers:

3

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

+3  A: 

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"&gt;&lt;img src="urlToImage" /></a>
Christian Hagelid
A: 

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.

A: 

That works great, thanks.

Winkstur