danielle183 Posted May 29, 2005 Posted May 29, 2005 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>
MzBeanz Posted May 29, 2005 Posted May 29, 2005 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> <{POST_SNAPBACK}> 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?
Guest Posted May 30, 2005 Posted May 30, 2005 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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.