How to display HTML format in RSS feed description

by Vinoth 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

&amp;lt;div&amp;gt;

This is the description

&amp;lt;img src="http://example.com/img.gif" alt="" /&amp;gt;

&amp;lt;/div&amp;gt;

Tagged in:

1529
like
0
dislike
0
mail
flag

You must LOGIN to add comments