Hi George7a,
To add an RSS feed that browsers automatically pick up (and list in the RSS dropdown for the page), you need to do the following:
1) go to your website builder admin page on your website
2) Click on "Layout design" on the tabs across the top
3) Where it says "Select a website template to be edited" select the template you're using (if it isn't already!) and then click "Next>>"
4) It will bring up your template (which will look a bit strange). Click on the little "HTML" icon (if you are not using the WYSIWYG editor you won't have a HTML button, but it will automatically display HTML in that case.
5) Search for "</head>" in the HTML code
6) BEFORE "</head>" add the line:
Code:
<link rel="alternate" type="application/rss+xml" title="RSS Feed name" href="yourrssfile.xml">
.. replacing the two bold items with your feed name and filename.
7) Click "Update" (if you are using the WYSIWYG editor)
8) Click "Save Changes"
You might also want to add a link in your page footer which you can do from the same template edit page, which will also make it appear on every page.
drums