MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

MOSS Image Webpart with a hyperlink

  Asked By: Joyce Padilla         Date: Feb 01, 2009      Category: MOSS      Views: 320
 

Does anyone know how to add a hyperlink to an image webpart so when the
user selects the image it will redirect the page to the associated
hyperlink? Or anything like this?

Tagged:          

 

2 Answers Found

 
Answer #1       Answered By: Vaasu Radhakrishna          Answered On: Feb 01, 2009       

A simple way would be to use a Content Editor Web Part, and simply code in
the image  and link:

<a href="file.html"><img src="image.png" /></a>

 
Answer #2       Answered By: Brinda Bca          Answered On: Feb 01, 2009       

You can use Content Editor WebPart and basically can do anything which
you can do in HTML

 
Didn't find what you were looking for? Find more on MOSS Image Webpart with a hyperlink Or get search suggestion and latest updates.


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