I would like to know how to display a local image in my SharePoint 2010 Web Part. I don't really know which url to write in the css.
相关问题
- My webpart event handling does not fire in SharePo
- CAML Query to SharePoint list returns entire set
- RegisterClientScriptCode not working after a parti
- The compiler failed with error code -1073741502 (S
- how to write stsadm -deploysolution correctly? sha
相关文章
- How To Get The Value Of Header In CSV
- Create a folder in document library using Sharepoi
- Java JBoss 401 Error on SharePoint 2010 Web Servic
- Authenticating Office 365 SharePoint Online OOTB s
- How do I insert a background image on all pages of
- Programmatically insert a List as a webpart in a w
- Best way to handle Cross Domain on SharePoint Intr
- Run exe from Sharepoint web part
Add SharePoint "Images" mapped folder to the project in Visual Studio.
Create a
WEB-PART-NAME
folder inside (to keep related images together and not overwrite some other image by accident).Place the image in this folder.
Use the following URL:
/_layouts/images/WEB-PART-NAME/IMAGE-FILENAME.png