Hello, I have a newsfeed that I've been able to customize it to the way I want. The only problem is that it repeats the title, article, and news article in where the article area is supposed to be. I want it so it goes in this format only -
<link to headline>Headline Title</link to headline> Article excerpt 1-2 lines I just can't seem to figure out where exactly to customize it to I want. The link to a working example of what I have so far so you can see my problem is located here http://nesanika.com/newsfeed.html - Here is the script I have: <script type="text/javascript"> google.load("feeds", "1"); function OnLoad() { var feedControl = new google.feeds.FeedControl(); feedControl.setNumEntries(20); feedControl.addFeed("http://news.google.com/news? pz=1&ned=usa&hl=en&q=casino&num=20&output=rss"); feedControl.draw(document.getElementById("content")); } google.setOnLoadCallback(OnLoad); </script> <body style="font-family: Arial;border: 0 none;"> <div id="content">Loading...</div> </div> Any assistance would be highly appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
