I would like to hide the More results link. This looks like it would
be easy to do via CSS:
http://googleajaxsearchapi.blogspot.com/2006/12/more-results-link-new-video-bar_14.html
I have placed the CSS below the div that holds the results, but the
link is still displayed:
<div id="searchcontrol">Loading...</div>
<style type="text/css"><!--
.gsc-control { width : 100% }
div.gsc-trailing-more-results { display : none; }
--></style>
Any ideas? TIA!