QUOTE (martiniguy @ Oct 15 2009, 10:41 PM)

Upload the original image when I create the product.
Go back to the gallery tab and upload additional images (thumb and display)...rinse and repeat.
Go back to the gallery tab and upload additional images (thumb and display)
>>Do that for every image you want to show.
Hmmm... Not quite sure what you mean.
Here is the image part of the code:
div style="width:500px; height:475px;"><ul id="gallery">
<li><a href=""><img src="<%Product.DisplayImageUrl%>" alt="Picture #1"></a></li>
<li><a href=""><img src="<%Product.DetailedImageUrl%>" alt="Picture #2"></a></li>
</ul></div>
I tried doing what you were talking about, and the code put the same two images next to each other and didn't pull the addtional images:
div style="width:500px; height:475px;"><ul id="gallery">
<li><a href=""><img src="<%Product.DisplayImageUrl%>" alt="Picture #1"></a></li>
<li><a href=""><img src="<%Product.DetailedImageUrl%>" alt="Picture #2"></a></li>
<li><a href=""><img src="<%Product.DisplayImageUrl%>" alt="Picture #3"></a></li>
<li><a href=""><img src="<%Product.DetailedImageUrl%>" alt="Picture #4"></a></li>
</ul></div>
I still don't understand how to get the other product images. Here is a jpg so you see what I'm asking:
https://www.ledunderbody.com/images/product...ail/example.jpg