Also so, dass man zwischen Google und Homepage/Beiträge durchsuchen wählen kann.
Es soll ein zusätzlicher Button hinzukommen, der dann mit Google Logo und "Googel-Suche" beschriftet ist.
Diesen Code muss ich für die Googlesuche unterbringen, nur wo?
<!-- Search Google --> <center> <form method="get" action="http://www.google.de/custom" target="_top"> <table bgcolor="#ffffff"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a> <br/> <label for="sbi" style="display: none">Geben Sie Ihre Suchbegriffe ein</label> <input type="text" name="q" size="16" maxlength="255" value="" id="sbi"></input> </td></tr> <tr><td valign="top" align="left"> <label for="sbb" style="display: none">Suchformular senden</label> <input type="submit" name="sa" value="Suchen" id="sbb"></input> <input type="hidden" name="client" value="pub-9693277879098790"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="channel" value="5429085258"></input> <input type="hidden" name="ie" value="ISO-8859-1"></input> <input type="hidden" name="oe" value="ISO-8859-1"></input> <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:390;L:http://www.tubvolleyball.de/banner1.jpg;S:http://;FORID:1"></input> <input type="hidden" name="hl" value="de"></input> </td></tr></table> </form> </center> <!-- Search Google -->
Gruß Neutralos!