View Single Post
  #3  
Old 12-10-2008, 04:29 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default 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.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote