RSS Help

wxdqz

New Member
I am trying to set up an RSS feed on a website that I am building. I have the code for the feed I want to create. I created a intro page to define what RSS is, it is at <!-- m --><a class="postlink" href="http://shanna.brokerxsites.com/RSS">http://shanna.brokerxsites.com/RSS</a><!-- m --> I have been reading and doing trial and error to get this far. I'm stuck getting the feed to open. How do I make this functional on my site?

The code I'm using is:

<rss version="2.0">
<channel>
<title>New Homes and Property Listings!</title>
<link>http://shanna.brokerxsites.com/RSSPaddock</link>
<description>Daily updates of new listings to the CENTURY 21 Wilson Minger Agency, Inc. database.</description>
<copyright>Copyright 2006</copyright>
<item>
<title>Detached Single Family Home--Crestview, FL</title>
<link>http://www.shanna.brokerxsites.com/2692_Paddock_Cr</link>
<description>$279,900 - 4 bedrooms - 2 baths - 2,347 sq ft</description>
</item>
</channel>
</rss>
 
Back
Top