How to display HTML format in RSS feed description
by Vinoth[ Edit ] 2009-08-14 18:00:56
We can display HTML content in RSS description
The format is as follow
To display the bellow HTML content
<div>
This is the description
<img src="http://example.com/img.gif" alt="" />
</div>
Write Description like bellow
&lt;div&gt;
This is the description
&lt;img src="http://example.com/img.gif" alt="" /&gt;
&lt;/div&gt;