I just wanna place a yahoo news feed like here: [sports.yahoo.com...] to my site...yet I thought all I had to do was paste the info from that page onto my webpage...but obviously I need to do more then that.
How the heck do I get it to show up? I've been tryin to figure it out all day :(.
If what you want is the content of that feed on your page, then you will have to write a script that fetches the feed from the site once in a while, parses the data, and outputs it to some page on your site.