Page 1 of 1

Image "Other Attributes" aren't taking

PostPosted: Sat Aug 11, 2012 8:52 am
by outtacontext
In my images I have this style listed in my "Other Attributes" field: style="margin-right: 30px; margin-top: 15px;" Here's the tag:
Code: Select all
<img src="http://www.domain.com/store/media/products/image1.jpg" alt="image1.jpg" width="183" height="300" border="0" style="margin-right: 30px; margin-top: 15px;">


This is the code I want. However, when I look at my store this is the code I get:

Code: Select all
 <img src="http://www.domain.com/store/media/products/image1.jpg" hspace="3" vspace="3" align="left">


I don't know where the hspace, vspace and the align attributes are coming from nor why they are overriding my code (and where are the height and width attributes?). Can you help? Thx.

Re: Image "Other Attributes" aren't taking

PostPosted: Sun Aug 12, 2012 8:30 pm
by Jim
Images > Configure to setup initial settings.
Images >select Image > Edit Image to set specific options for individual images.