Page 1 of 1

Re: [V1.10.1]Images Not Working

Posted: Sat Nov 19, 2011 11:37 am
by uniqu3
Stylesheets are cached and saved in /tmp folder means that path isn't the same as in previous versions.
You can use [[uploads_url]] in your stylesheet which would give you yourdomain.com/uploads path or use ../../uploads or /uploads.

Re: [V1.10.1]Images Not Working

Posted: Sat Nov 19, 2011 11:49 am
by RonnyK
[[root_url]]/

is the general way to put the path in front of the image-calls, when using {cms_stylesheet}

Ronny