![]() |
adding images on static embedded page
Hi
like to find out, how can I add images on static page? 1. where should images be uploaded to? 2. what should be the HTML code to point to the image location? |
Re: adding images on static embedded page
Welcome to the X-Cart forums! Please start by reading the following thread, which will help you get started and hopefully make your experience here a positive one:
http://forum.x-cart.com/showthread.php?t=23970 Please note that this link is not an answer to your question, but we need you to update your signature with your X-Cart version so that we can answer your questions correctly. Thanks! :) |
Re: adding images on static embedded page
1. where should images be uploaded to? It really shouldn't matter, but if you put them in skin1/images it will make it easier to link to them.
2. what should be the HTML code to point to the image location? If you put your image in skin1/images it would be <img src="{$ImagesDir}/your_uploaded_image.jpg" alt="Your Uploaded Image" /> Otherwise it would be <img src="http://www.yourwebsite.com/the_folder_where_the_image_was_uploaded/your_uploaded_image.jpg" alt="Your Uploaded Image" /> Also, as balinor stated, you really should update your signature to include the version of x-cart you are using so that it will be easier for others to help you by knowing what version we are dealing with. |
All times are GMT -8. The time now is 10:37 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.