Quote:
Originally Posted by Tim CDN
If I use:
<img src="{$ImagesDir}/test.gif" alt="" />
in the HTML of the product description it won't pull the image.
But if I use this:
<img src="http://www.testsite/images/test.gif" alt="" />
It works
|
Your images must live in /skin1/images
/skin1/images = {$ImagesDir}
DO NOT use /images unless you want to break your site when it goes https.