Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hrlp need with images


danielle183

Recommended Posts

Posted

I am trying to add an image, to my site home page, but every time i do it with the code. It showns up on my computer but not on other user sites. is this code right

 

 

<p><strong> Offers </strong></p>

<p align="center"><img src="../cart/images/banners/harry_pottere.gif" width="380" height="125"></p>

Posted
I am trying to add an image, to my site home page, but every time i do it with the code. It showns up on my computer but not on other user sites. is this code right

<p><strong> Offers </strong></p>

<p align="center"><img src="../cart/images/banners/harry_pottere.gif" width="380" height="125"></p>

 

It may be that be the path to the image is the path on your 'system' and not the correct path on the 'website'. What is the url?

Posted

If your catalog files are in your root directory:

 

<p align="center"><img src="images/banners/harry_pottere.gif" width="380" height="125"></p>

 

If you have a catalog directory in your root:

 

<p align="center"><img src="yourdirectory/images/banners/harry_pottere.gif" width="380" height="125"></p>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...