Site structure
Version 7.x > Site structure > Web Part Containers & images for CSS View modes: 
User avatar
Member
Member
macudeveloper - 6/6/2013 3:11:25 PM
   
Web Part Containers & images for CSS
I made a web part container and I added CSS styles to it. Those CSS styles need some images, so I created the folder App_Themes\Components\Containers\[container code name] and put the images there as outlined in the Containers Overview in the dev guide:
Storing files related to web part containers

If your web part container code requires any additional files, such as images used by the classes defined in the CSS styles property, they must be stored in the ~/App_Themes/Components/Containers/ folder so they can be exported/imported along with the container.

But when I export the web part container, the image files do not export along with the container. Is this structured correctly?

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 6/6/2013 7:22:12 PM
   
RE:Web Part Containers & images for CSS
I believe the only part of the container "theme" that is included with the export is the CSS that you put with the container. Take a look here and see what is exported. It also has some other good info with it as well.