View Single Post
  #6  
Old 04-27-2006, 07:24 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Ok, try putting the image you want in your files/images folder and replace this:

Code:
<p align="center">[img]https://www.lovemusiconline.com/LoveMusicOnline2/Financing.gif[/img] </p>

with this:

Code:
<p align="center">[img]{$ImagesDir}/Financing.gif[/img] </p>

That way, you won't get the delay of calling the image via https, but your images will show securely at checkout as well. Use that kind of format for all of your image calls.

Also, make sure the image name is Financing.gif and not financing.gif....case matters on a Unix server
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote