bonjour a tous,

j'ai ce code html de moteur de recherche :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
  google.load('search', '1', {language : 'fr'});
  google.setOnLoadCallback(function(){
    var customSearchControl = new google.search.CustomSearchControl('006183468360126159516:dsl0tcvfeac');
    customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);
    customSearchControl.draw('cse');
  }, true);
</script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />

et je voudrai savoir ci il etait possible d'enlever le texte "google recherche personaliser" dans la barre de recherche ci oui comment .

merci d'avance