How do I add a return (HTML <br>) in an RSS feed post?
<br>
I have been using <![CDATA['<br/>']]> but it doesn't seem to be supported by all systems!
<![CDATA['<br/>']]>
you'll have to make sure it doesn't get parsed by using
<![CDATA[' ']]>