Click to See Complete Forum and Search --> : RSS Feed CSS Help


webnewbieugh
09-14-2006, 01:04 PM
Hello all,

I am having difficulty trying to add a RSS feed to my site and was hoping you could help. I go to a site where you put in the URL of the XML file

http://itde.vccs.edu/rss2js/build.php

then you can somehow format it to look better using a CSS that the site allows you to choose from several formats but I can't for the life of me figure out what they are saying to do. There is also javascript involved.

It says to copy and paste the CSS code into your page but I am thinking from what little I know about CSS that they might be thinking a step is implied. Do you copy the CSS into a page and then save the page to your webroot and have the page that you want the RSS feed to appear call the CSS page?

Would someone be so kind as to shed some light on this for me. Thank you very much.

toicontien
09-14-2006, 02:06 PM
The javascript seems to write an RSS feed to an HTML page. What you've got to do is include the CSS on the page that displays the RSS feed. You can do that via the LINK tag or the STYLE tag.

The stuff that's written to the HTML page is actually HTML, if that helps.

webnewbieugh
09-15-2006, 07:55 AM
Thank you yes that sheds light on what the heck I am trying to accomplish :) THanks again