Do you know how to delete the 2 gray, bordered boxes to the right of my Google Custom Search engine here:
www.ComparingVitamins.com? In Firefox, they are both live links to these 2 CSS pages:
http://www.google.com/uds/api/search...35/default.css
http://www.google.com/cse/style/look/default.css
How can I make them disappear?
Here is my code...
When I delete the last line <link rel..., one box disappears. But how can I make both boxes disappear?Code:<div id="cse" style="width: 30%; float: left; text-align: left">Loading</div> <script src="//www.google.com/jsapi" type="text/javascript"></script> <script type="text/javascript"> google.load('search', '1', {language : 'en'}); google.setOnLoadCallback(function() { var customSearchControl = new google.search.CustomSearchControl('004167335507867730147:8aewcrcx99a'); customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); var options = new google.search.DrawOptions(); options.setAutoComplete(true); customSearchControl.draw('cse', options); }, true); </script> <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css" type="text/css" />
Thank you for your help,
Greg


Reply With Quote




Bookmarks