Image "Other Attributes" aren't taking
Posted: Sat Aug 11, 2012 8:52 am
In my images I have this style listed in my "Other Attributes" field: style="margin-right: 30px; margin-top: 15px;" Here's the tag:
This is the code I want. However, when I look at my store this is the code I get:
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.
- 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.