Guest Posted March 17, 2008 Posted March 17, 2008 Hi This is my first posting on this forum so please be gentle. I have found this forum very helpful on heaps of problems I have had but I cannot find the answer to this one. I wish to add an image (photo) in the text area of a page. I uploaded the image successfully into includes/languages/english/images. Is this the correct folder? Also what is the source code I need to add to get this image to show? At the moment is shows the little red cross is the corner of the box to show the image is not available. I have tried <img src="bkelly.jpg" alt="Bev Kelly" width="187" height="222" border="2" align="right"> and also <img src="../images/bkelly.jpg" alt="Bev Kelly" width="187" height="222" border="2" align="right"> but neither works and I am out of ideas. Please help. The URL is http://nswmirrorcraftersassoc.net.au/catalogue/bkelly.php Del
♥GLWalker Posted March 17, 2008 Posted March 17, 2008 HiThis is my first posting on this forum so please be gentle. I have found this forum very helpful on heaps of problems I have had but I cannot find the answer to this one. I wish to add an image (photo) in the text area of a page. I uploaded the image successfully into includes/languages/english/images. Is this the correct folder? Also what is the source code I need to add to get this image to show? At the moment is shows the little red cross is the corner of the box to show the image is not available. I have tried <img src="bkelly.jpg" alt="Bev Kelly" width="187" height="222" border="2" align="right"> and also <img src="../images/bkelly.jpg" alt="Bev Kelly" width="187" height="222" border="2" align="right"> but neither works and I am out of ideas. Please help. The URL is http://nswmirrorcraftersassoc.net.au/catalogue/bkelly.php Del You left this out of your url: /catalogue/ So make it <img src=" /catalogue/images/bkelly.jpg" alt="Bev Kelly" width="187" height="222" border="2" align="right"> But Why?? Why not use the standard image? I dont see a big difference in what your doing there and using the stock image function. Thats just a bit too picky IMO, extra work without a cause. You can always move the image to another spot inside your product_info.php file. Follow the community build: BS3 to osCommerce Responsive from the Get Go! Check out the new construction: Admin Gone to Total BS!
Guest Posted March 17, 2008 Posted March 17, 2008 The image should be uploaded to catalogue/images not includes/languages/english/images
Guest Posted March 17, 2008 Posted March 17, 2008 Thanks GLcustoms. This is not a product page but an autobiography page and the image i want to insert is a photo of the person. Yep more work but it is what the customer wants. Del
♥GLWalker Posted March 17, 2008 Posted March 17, 2008 Thanks GLcustoms.This is not a product page but an autobiography page and the image i want to insert is a photo of the person. Yep more work but it is what the customer wants. Del My bad. I didnt pay attention that it was not a product page. Follow the community build: BS3 to osCommerce Responsive from the Get Go! Check out the new construction: Admin Gone to Total BS!
Guest Posted March 17, 2008 Posted March 17, 2008 The image should be uploaded to catalogue/images not includes/languages/english/images Thanks heaps, it works now. Thanks so much for all the quick replies. Del
Guest Posted March 17, 2008 Posted March 17, 2008 My bad. I didnt pay attention that it was not a product page. Never mind, you help me anyway and I greatly appriciate it. This forum has help me so much i don't know how to put it into words. Del
Recommended Posts
Archived
This topic is now archived and is closed to further replies.