Hi, I want to make a website that shows RSS feeds from a particular website. I am making at least 5 different sections for it, I have my layout. The blue part is where I want the feeds to be in, the Green is the banner, red is the Contents part and Yellow is a little footer, I dont want to use frames in this as it will be too overcrowded. So can anyone tell me how do I get an RSS feed on there? Procedure please IT
Try a tool like this one: http://www.rss2html.com I think it will fit your requirements. By including multiple streams, you should avoid the duplication filter.
Layout can be done with tables or css. Very fast layout for it with tables.... <table> <tr><td colspan=2>header</td></tr> <tr><td width=20%>left</td><td>content</td></tr> <tr><td colspan=2>footer</tr></tr> </table> css ...take a look at www.oswd.org many templates for free. Rss feed to html. You will need a parser to convert rss to html. There are many programs out there. A way to do this is with CaRP http://www.geckotribe.com/rss/carp/ They have a free version. I bought the pro version and like it but maybe ohers have a better programrecommandtion.
here's another good one but it has a display limit of 10 items per feed : http://www.rss-info.com/en_rssinclude-simple.html it's an online rss integrator so there's no downloading needed, btw you just paste the generated code into your web page