How does one add a line break to an RSS Feed?
You want the code instead like this:
<Info><![CDATA[This Picture was created by<br />
Type-Style back in 2007. ]]></Info>
Example Code
<item>
<title>Example hot to put link break in XML file – FREE – Adobe Seminars</title>
<description><![CDATA[“EXAMPLE,
2:30 – 3:50 – Attend the Flash CS5 Seminar<br />
4:00 – 7:10 – Attend the Photoshop CS5 Seminar<br />
<br />
Complete the Adobe Evaluation of all seminars.”]]></description>
<link>http://www.example.com/</link>
</item>
I have spend hours finding this solution, so thank you for the help, it is so much easier with an code example. Thank you for the help.
Brian Tranholm