Page 1 of 1

[SOLVED] Working With Images

Posted: Thu Oct 07, 2010 10:11 pm
by rshepard
I'm using a copy of the Arty theme/template with cmsms-1.8.2. I've used the image manager to upload the corporate logo and put the html to display it in the template. When I view the site I see the alternate text because the image is apparently not found.

The syntax I'm using (straight from the current site) is:

and that's apparently not the proper relative address for it. Removing the images/ subdirectory makes no difference.

How do I specify the image source so it displays properly?

TIA,

Rich

Re: Working With Images

Posted: Thu Oct 07, 2010 10:32 pm
by Jos
If you used ImageManager, the right path most probably is

Code: Select all

uploads/images/aesi-logo.2006.png

Re: Working With Images

Posted: Thu Oct 07, 2010 10:36 pm
by rshepard
Thank you, Jos. That did the trick.

Rich