<img> tags inside CDATA
Hello,
You stated "Write html image tags to your news description to display images."
I am trying to display more than one image in the same <item> they seem to display one on top of eachother. I added <align> tags which moved the images left and right.. however, if I have more than two images it causes the same problem as before.
Is there any special coding I need to add to this?
<item>
<title> Title Goes Here</title>
<description>
<![CDATA[ Description Goes Here......
<img src="img/1.jpg" height="110px" width="130px" />
<img src="img/2.jpg" height="110px" width="130px" />
]]>
</description>
<stock> stock number</stock>
</item>
|