Hi,
    i want to remove list and subtitle. so i tried the following code, but 
i was not able to remove list and subtitle. is there any possible way

 <script type="text/javascript">
    function loadFeedControl() {
       var feed  = "link";
var options = {
       numResults : 1,
       linkTarget : google.feeds.LINK_TARGET_BLANK,
       stacked : true,
       title: ' ',
       list: ' ',
       subtitle: ' '
       }
       new GFdynamicFeedControl(feed, "content",options);
       }
   google.load("feeds", "1");
   google.setOnLoadCallback(loadFeedControl);
 </script>

-- 
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]
To view this message on the web, visit
https://groups.google.com/d/msg/google-ajax-search-api/-/F7zfI9ITqh8J
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to