<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>Feed Informer: Forums &#187; User Favorites: courtenayt</title>
		<link>https://feed.informer.com/forums/profile.php?id=221</link>
		<description>Feed Informer: Forums &#187; User Favorites: courtenayt</description>
		<language>en-US</language>
		<pubDate>Tue, 19 May 2026 01:02:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
				<atom:link href="https://feed.informer.com/forums/rss.php?profile=221" rel="self" type="application/rss+xml" />

		<item>
			<title>courtenayt on "HTML in RSS item description"</title>
			<link>https://feed.informer.com/forums/topic.php?id=162#post-664</link>
			<pubDate>Sat, 29 Sep 2007 10:11:06 +0000</pubDate>
			<dc:creator>courtenayt</dc:creator>
			<guid isPermaLink="false">664@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Awesome - it worked - thanks for the really fast reply.  I love your site!
</p>]]></description>
					</item>
		<item>
			<title>courtenayt on "HTML in RSS item description"</title>
			<link>https://feed.informer.com/forums/topic.php?id=162#post-663</link>
			<pubDate>Sat, 29 Sep 2007 10:08:48 +0000</pubDate>
			<dc:creator>courtenayt</dc:creator>
			<guid isPermaLink="false">663@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Guess there is no good way to include my actual code in this feed - argh!
</p>]]></description>
					</item>
		<item>
			<title>admin on "HTML in RSS item description"</title>
			<link>https://feed.informer.com/forums/topic.php?id=162#post-662</link>
			<pubDate>Sat, 29 Sep 2007 06:15:33 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">662@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Sure, edit your digest, click on the link to manually edit your template and change the reference to DESCRIPTIONPLAIN to DESCRIPTION. That'll then allow HTML through :)
</p>]]></description>
					</item>
		<item>
			<title>courtenayt on "HTML in RSS item description"</title>
			<link>https://feed.informer.com/forums/topic.php?id=162#post-661</link>
			<pubDate>Sat, 29 Sep 2007 03:07:46 +0000</pubDate>
			<dc:creator>courtenayt</dc:creator>
			<guid isPermaLink="false">661@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Sorry, didn't see I needed to put my code between backticks.</p>
<pre><code>&#60;?xml version=&#34;1.0&#34; encoding=&#34;ISO-8859-1&#34;?&#62;
&#60;rss version=&#34;2.0&#34;&#62;
 	&#60;channel&#62;
		&#60;title&#62;OBUUC Latest News&#60;/title&#62;
		&#60;link&#62;http://www.obuuc.org&#60;/link&#62;
		&#60;description&#62; Latest News from Olympia Brown Unitarian Universalist Church in Racine, WI &#60;/description&#62;

		&#60;item&#62;
				&#60;title&#62; First Test Item &#60;/title&#62;
				&#60;description&#62; This is a test to see if I can get this thing to work - lets hope for the best!  Lets see if we can put a link in here &#38;amp;lt;a href=&#34;http://www.obuuc.org&#34;&#38;amp;gt;click&#38;amp;lt;/a&#38;amp;gt; &#38;amp;lt;br&#38;amp;gt;&#38;amp;lt;b&#38;amp;gt; what about an image: &#38;amp;lt;img src = &#34;http://www.obuuc.org/Tony2.jpg&#34;&#38;amp;gt;&#60;/description&#62;
		&#60;/item&#62;

	&#60;/channel&#62;
&#60;/rss&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>courtenayt on "HTML in RSS item description"</title>
			<link>https://feed.informer.com/forums/topic.php?id=162#post-660</link>
			<pubDate>Sat, 29 Sep 2007 03:06:07 +0000</pubDate>
			<dc:creator>courtenayt</dc:creator>
			<guid isPermaLink="false">660@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'm creating my own RSS feed to display on my website using feeddigest.  I'm wondering if there is any way I can include html in my RSS item description.  I've tried the following (using ascii characters and escaping the &#38;), but I'm not getting it to display the tag info on my website. It would be great to be able to have the description display links and images, but links would be the best.</p>
<p>&#60;?xml version="1.0" encoding="ISO-8859-1"?&#62;<br />
&#60;rss version="2.0"&#62;<br />
 	&#60;channel&#62;<br />
		&#60;title&#62;OBUUC Latest News&#60;/title&#62;<br />
		&#60;link&#62;http://www.obuuc.org&#60;/link&#62;<br />
		&#60;description&#62; Latest News from Olympia Brown Unitarian Universalist Church in Racine, WI &#60;/description&#62;</p>
<p>		&#60;item&#62;<br />
				&#60;title&#62; First Test Item &#60;/title&#62;<br />
				&#60;description&#62; This is a test to see if I can get this thing to work - lets hope for the best!  Lets see if we can put a link in here &#38;lt;a href="http://www.obuuc.org"&#38;gt;click&#38;lt;/a&#38;gt; &#38;lt;br&#38;gt;&#38;lt;b&#38;gt; what about an image: &#38;lt;img src = "http://www.obuuc.org/Tony2.jpg"&#38;gt;&#60;/description&#62;<br />
		&#60;/item&#62;</p>
<p>	&#60;/channel&#62;<br />
&#60;/rss&#62;</p>
<p>The output on my website is as follows: </p>
<p>Sep 29  First Test Item<br />
This is a test to see if I can get this thing to work - lets hope for the best! Lets see if we can put a link in here click what about an image:  </p>
<p>The word "click" is not a link and there is nothing displayed after "image:".</p>
<p>Thanks,<br />
Courtenay
</p>]]></description>
					</item>

	</channel>
</rss>
