View Single Post
  #77  
Old 11-27-2008, 07:27 PM
jacku Offline
forum loafer
 
Join Date: Sep 2007
Posts: 11
Hi atomicmak,

Thanks for the feedback. I tried to chance

<thumbnail_dir>../../thumbnails/</thumbnail_dir>
<image_dir>../../images/</image_dir>

To this

<thumbnail_dir>././thumbnails/</thumbnail_dir>
<image_dir>././images/</image_dir>

To this

<thumbnail_dir>./thumbnails/</thumbnail_dir>
<image_dir>./images/</image_dir>

To this

<thumbnail_dir>/thumbnails/</thumbnail_dir>
<image_dir>/images/</image_dir>

To this

<thumbnail_dir>thumbnails/</thumbnail_dir>
<image_dir>images/</image_dir>

And even to this

<thumbnail_dir>http://www.mysite.com/thumbnails/</thumbnail_dir>
<image_dir> http://www.mysite.com /images/</image_dir>

But none of these solved the problem

Any other suggestions?

regards, jack
Reply With Quote