New Zenner
- Join Date:
- Nov 2011
- Posts:
- 17
- Plugin Contributions:
- 0
Centering Additional Product Images in Product Description
I wanted to add more pictures of icons, etc. in the product description part of the product page, not the product images at the top
Adding this to the admin product page worked great:
<img src="images/your_nutrition_image.gif" alt="Nutrition Information" />
But I have another noob question:
How can I center this image? It is currently aligned to the left along with the description text. I just want to center the image, not the rest of the description text though.
I tried this, but it didn't work:
<img src="images/your_nutrition_image.gif" alt="Nutrition Information" align="middle" />
Would I have to change something on the stylesheet?
Your help is very much appreciated! :smile: