Click to See Complete Forum and Search --> : RSS coded in ASP Read in HTML


artist_jrapp
09-11-2008, 02:32 AM
On the links portion of a site I am building, I have set to automatically read RSS feeds from other sources. I used ASP to accomplish this but my overall formatting is HTML. When I try to link to the page the browser doesn't load the page, it gives me the option to save out the page to my machine. Is there a way I can have my HTML parse the ASP to read the RSS feeds or is there a way to directly link to the ASP page?

http://www.pulaskitrp48.org is the site in question. Thank you.

Joshua S. Rapp
[Rappsody Studios]

www.rappsodystudios.co.cc

KDLA
09-11-2008, 10:34 AM
First, you need to look into these errors: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.pulaskitrp48.org%2F

You 've got some unclosed tags and misplaced code in there that will affect the HTML display.