- 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.