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
