Re: images not load on page
Posted: Tue Apr 09, 2013 7:15 am
That should be basic knowledge of how to setup a template in cmsms.
http://docs.cmsmadesimple.org/layout/co ... e-to-cmsms
First of all put your images in a proper location. I think a subdir of 'uploads' is a good place to start. Personally I like to create a 'uploads/template/images' directory. So I separate the 'user' images from the 'template' images.
Then in your stylesheet do NOT link to relative image paths but use:
[[uploads_url]]/template/images/banner.png
(I assume you created the stylesheet within cmsms)
http://docs.cmsmadesimple.org/layout/co ... e-to-cmsms
First of all put your images in a proper location. I think a subdir of 'uploads' is a good place to start. Personally I like to create a 'uploads/template/images' directory. So I separate the 'user' images from the 'template' images.
Then in your stylesheet do NOT link to relative image paths but use:
[[uploads_url]]/template/images/banner.png
(I assume you created the stylesheet within cmsms)