每当我单击图像中的超链接按钮时,它必须重定向到sharepoint中的其他页面

问题描述:

我有一个问题,每当我点击图片中的超链接按钮时,它必须重定向到其他页面....



如何在这个场景上工作?



给我建议?

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 ??

取决于你的形象。如果它位于任何webpart页面上,您可以编辑HTML并输入页面的URL,如下所示:



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 :

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



将此标记放在


Place this tag withing the

<img source=""> .. </img>

标记。



希望这有帮助。

tag.

Hope this helps.