6
votes

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.

1
local image in layouts folder or images library?Shoban
I don't actually know where to place it in order to display it in the webpart...I've got the image in a folder "images" in my webpart's folder. Which is the best way, and how do I do that? Thanks!Brian Roisentul

1 Answers

17
votes
  1. Add SharePoint "Images" mapped folder to the project in Visual Studio. enter image description here

  2. Create a WEB-PART-NAME folder inside (to keep related images together and not overwrite some other image by accident).

  3. Place the image in this folder.

  4. Use the following URL: /_layouts/images/WEB-PART-NAME/IMAGE-FILENAME.png