Er, of course there was a < at the beginning of that div tag I added.
Thanks much, this is just what I was looking for. I updated it a bit and found the new place where it goes.
In wp-content/themes/default/archive.php, I added:
div style="text-align: center"><a href="<?php bloginfo('url'); ?>
<?php echo $_SERVER["REQUEST_URI"]; ?>feed">RSS Feed for the ‘<?php single
_cat_title(); ?>’ Category</a></div>
right below the code that was already at the head of the category page:
<h2 class="pagetitle">Archive for the ‘<?php single_cat_ti
tle(); ?>’ Category</h2>
Hope that helps someone!
Bobby