开发者

How can I link a content editor web part in Sharepoint to another URL link?

In Sharepoint, how can I link an image in a content editor web part to another URL link by clicking on开发者_运维百科 it?

I pasted my link into the Content Link space but when I apply the change it turns my image into a - and I cannot click the link


a content editor webpart is just raw html. so the way to wrap an image in a link is to use the a (anchor) tag like so.

<a href="DestinationURL"><img src="yourimagefile.jpg" /></a>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜