[V1.10.1]Images Not Working

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
uniqu3

Re: [V1.10.1]Images Not Working

Post 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.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: [V1.10.1]Images Not Working

Post by RonnyK »

[[root_url]]/

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

Ronny
Locked

Return to “Layout and Design (CSS & HTML)”