Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have one problem whenever i click a hyperlink button in a image it must redirect to other page....

how to work on this scenerio??

give me Suggestion ??
Posted

1 solution

Depends where your image is. If it is on any webpart page, you can edit the HTML and enter the URL of the page like the following :

HTML
<a href="http://google.com"> Click here </a>

Place this tag withing the
HTML
<img source=""> .. </img>
tag.

Hope this helps.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900