Is there a way to show an Image on top of the MasterPage of SharePoint portal
I think using a content editor webpart, we can add a div tag with style of position:absolute
like <div style="position: absolute; left: 10px; top: 10px; height: 400px; width: 100px; "><img src=... /></div>
I will try this and update...
I think using a content editor webpart, we can add a div tag with style of position:absolute
like <div style="position: absolute; left: 10px; top: 10px; height: 400px; width: 100px; "><img src=... /></div>
No comments:
Post a Comment