View Single Post
  #1  
Old 02-20-2013, 07:58 AM
 
tartaglia tartaglia is offline
 

X-Adept
  
Join Date: May 2006
Location: Dallas, TX
Posts: 575
 

Default Display Image Inside Product Description using $AltImagesDir

What is the proper way to display an image as part of my product description?

I have tried:

Code:
<img src="{$AltImagesDir}/prod_desc_images/Hammig_Cut_sm.jpg" alt="Hammig_Cut" />

But it doesn't work.

Yes, I could hard code the path:

Code:
<img src="skin/ideal_comfort/images/prod_desc_images/Hammig_Cut_sm.jpg" alt="Hammig_Cut" />

But then all my product descriptions would break if I had to make a copy of my skin under a new name to work on a new design?

This can't be hard, can someone please help?
__________________
David Coggan
Carolyn Nussbaum Music Company
X-Cart v4.5.4 Gold +
LiteCommerce v2.2.41 (previous 6 years)
Reply With Quote