nrobes
07-08-2008, 04:19 AM
I am working with the following code:
<item>
<title> Product Title</title>
<description>
<![CDATA[ Product Description goes here <img src="imgs/1.jpg" height="110px" width="130px"/> <img src="imgs/2.jpg" height="110px" width="130px"/>]]>
</description>
<stock> Stock #: AIL-1001 - $82,000.00(Cdn)</stock>
</item>
However, the two img tags display the pictures one on top of the other. Is there any peice of code to make it so they display side by side?
<item>
<title> Product Title</title>
<description>
<![CDATA[ Product Description goes here <img src="imgs/1.jpg" height="110px" width="130px"/> <img src="imgs/2.jpg" height="110px" width="130px"/>]]>
</description>
<stock> Stock #: AIL-1001 - $82,000.00(Cdn)</stock>
</item>
However, the two img tags display the pictures one on top of the other. Is there any peice of code to make it so they display side by side?