Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Add Hyperlink to Image Web Part (UNCL ASSIFIED)

  Asked By: Robin Henry         Date: Feb 03, 2006      Category: Sharepoint      Views: 2074
 

Is there a way to add a hyperlink to an image in an Image Web Part? Or am I forced to use FrontPage?

Tagged:                

 

4 Answers Found

 
Answer #1       Answered By: Gopal Jamakhandi          Answered On: Feb 03, 2006       

You could upload the image  into a picture library. You could then reference the image from the picture library in the Image Web Part. You could also create a hyperlink  to the image from the picture library.

 
Answer #2       Answered By: Keenan Whitehead          Answered On: Feb 03, 2006       

I've already referenced the image  from the picture library in the Image Web Part. What I want from there is the ability to hyperlink  that image to another page, so when the image in the Image Web Part is clicked the user is taken to another page.

 
Answer #3       Answered By: Damon Garner          Answered On: Feb 03, 2006       

As an example:

<a href=”some_URL” target=”_blank”><img src=”image_path”/></a>

 
Answer #4       Answered By: Dameon Dejesus          Answered On: Feb 03, 2006       

Just use a content editor web  part and write the html code around the image.

 
Didn't find what you were looking for? Find more on Add Hyperlink to Image Web Part (UNCL ASSIFIED) Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].