Suche im Forum:
Suchen


Autor Nachricht
Beitrag17.04.2007 um 14:19 (UTC)    
Titel: Google Adsense Suche in rechte Box

Hey Leute,

kann mir jemand sagen wie ich die Google Adsense Suche in die rechte Box einfügen kann, damit sie auch genau da rein passt???
______________
[img:cef0dfbf0e]http://srv2.onlinestuffs.com/pictureupload/bild22/8azc2fmsqlwt8fjq5z8x.gif[/img:cef0dfbf0e]
[img:cef0dfbf0e]http://pbc-bw-burgkirchen.de.tl/sig.png[/img:cef0dfbf0e]
Beitrag17.04.2007 um 16:33 (UTC)    
Titel:

Du musst Nur die hier rot makierten Zahlen tauschen
sonst nichts

vorher
Zitat:

<input type="hidden" name="domains" value="eins.de;zwei.de;drei.de"></input>
<label for="sbi" style="display: none">Geben Sie Ihre Suchbegriffe ein</label>
<input type="text" name="q" size="31
" axlength="255" value="" id="sbi"></input>

nachher
Zitat:

<input type="hidden" name="domains" value="eins.de;zwei.de;drei.de"></input>
<label for="sbi" style="display: none">Geben Sie Ihre Suchbegriffe ein</label>
<input type="text" name="q" size="20
" axlength="255" value="" id="sbi"></input>



mfg

Sonny
müsste so klappen


Zuletzt bearbeitet von pgc-online am 17.04.2007, 17:48, insgesamt 2-mal bearbeitet
Beitrag17.04.2007 um 16:54 (UTC)    
Titel:

Beitrag17.04.2007 um 16:55 (UTC)    
Titel:

Poste mal den Code


mfg

Sonny
Beitrag17.04.2007 um 16:58 (UTC)    
Titel:

Du hast ja auch eine andere, jedenfalls schaut der Code ganz anders aus!

Code:
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.de/custom" target="_top">
<table border="0" bgcolor="#000000">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25blk.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="pbc-bw-burgkirchen.de.tl"></input>
<label for="sbi" style="display: none">Geben Sie Ihre Suchbegriffe ein</label>
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Suchformular senden</label>
<input type="submit" name="sa" value="Suchen" id="sbb"></input>
</td></tr>
<tr>
<td>&nbsp;</td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="Websuche"><font size="-1" color="#ffffff">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="pbc-bw-burgkirchen.de.tl" id="ss1"></input>
<label for="ss1" title="Suchen pbc-bw-burgkirchen.de.tl"><font size="-1" color="#ffffff">pbc-bw-burgkirchen.de.tl</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-1286981767018410"></input>
<input type="hidden" name="forid" value="1"></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;FORID:1"></input>
<input type="hidden" name="hl" value="de"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
Beitrag17.04.2007 um 17:12 (UTC)    
Titel:

Geh auf Google log dich ein dann auf Adsense-Setup->Adsense für Suchergebnisse->Google Logo-> Logo oberhalb des Textfelds
dann gibts du links ein wo steht Länge des Suchfeldes wo eigentlich 31 steht 20 ein
mfg

Sonny
Beitrag17.04.2007 um 21:53 (UTC)    
Titel:

Beitrag17.04.2007 um 23:06 (UTC)    
Titel:

Versuch mal so (Ohne Gewähr):

Zitat:
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.de/custom" target="_top">
<table border="0" bgcolor="#000000" width="150" height="152">
<tr><td nowrap="nowrap" valign="top" align="left" height="68">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25blk.gif" border="0" alt="Google" align="middle" width="40" height="17"></img></a>
</td>
<td nowrap="nowrap" width="100">
<input type="hidden" name="domains" value="pbc-bw-burgkirchen.de.tl"></input>
<font color="#FFFFFF">Suchbegriff<br>
</font>
<input type="text" name="q" size="13" maxlength="255" value="" id="sbi"><font color="#FFFFFF"><br>
Senden<br>
</font>
<input type="submit" name="sa" value="Suchen" id="sbb"></td></tr>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"><font size="-1" color="#ffffff"><br>
Web</font></td>
<td nowrap="nowrap" width="100">
<table>
<tr>
<td>
</input>
&nbsp;</td>
<td>
<input type="radio" name="sitesearch" value="pbc-bw-burgkirchen.de.tl" id="ss1"></input>
<label for="ss1" title="Suchen pbc-bw-burgkirchen.de.tl"><font size="-1" color="#ffffff">pbc-bw-burgkirchen.de.tl</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-1286981767018410"></input>
<input type="hidden" name="forid" value="1"></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;FORID:1"></input>
<input type="hidden" name="hl" value="de"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
Beitrag18.04.2007 um 08:59 (UTC)    
Titel:

Fast, aber noch nicht ganz, das Suchefeld zieht sich jetzt noch um ca. 1cm über den Kasten am rechten rand raus!
______________
[img:cef0dfbf0e]http://srv2.onlinestuffs.com/pictureupload/bild22/8azc2fmsqlwt8fjq5z8x.gif[/img:cef0dfbf0e]
[img:cef0dfbf0e]http://pbc-bw-burgkirchen.de.tl/sig.png[/img:cef0dfbf0e]
Beitrag18.04.2007 um 20:18 (UTC)    
Titel:

Code:

<!-- SiteSearch Google -->
<form method="get" action="http://www.google.de/custom" target="_top">
<table border="0" bgcolor="#000000" width="162" height="132">
<tr>
<td width="154">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25blk.gif" border="0" alt="Google" align="middle" width="75" height="32"></a>
<p><input type="text" name="q" size="20" maxlength="255" value="" id="sbi"></p>
<p><input type="submit" name="sa" value="Suchen" id="sbb"></p>
<p><input type="radio" name="sitesearch" value="" checked id="ss0">
<label for="ss0" title="Websuche"><font size="-1" color="#ffffff">Web</font></label><input type="radio" name="sitesearch" value="pbc-bw-burgkirchen.de.tl" id="ss1"><font size="-1" color="#ffffff">pbc-bw-burgkirchen.de.tl</font>
</p>
</tr>
</form>
<!-- SiteSearch Google -->

Probier den mal ich glaube der passt

mfg

Sonny


Zuletzt bearbeitet von pgc-online am 18.04.2007, 21:20, insgesamt einmal bearbeitet
Beitrag18.04.2007 um 20:22 (UTC)    
Titel:

Beitrag18.04.2007 um 20:38 (UTC)    
Titel:

Jetzt staucht es aber langsam Laughing

Zitat:
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.de/custom" target="_top">
<table border="0" bgcolor="#000000" width="129" height="152">
<tr><td nowrap="nowrap" valign="top" align="left" height="68">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25blk.gif" border="0" alt="Google" align="middle" width="40" height="17"></img></a>
</td>
<td nowrap="nowrap" width="79">
<input type="hidden" name="domains" value="pbc-bw-burgkirchen.de.tl"></input>
<font color="#FFFFFF">Suchbegriff<br>
</font>
<input type="text" name="q" size="10" maxlength="255" value="" id="sbi"><font color="#FFFFFF"><br>
Senden<br>
</font>
<input type="submit" name="sa" value="Suchen" id="sbb"></td></tr>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"><font size="-1" color="#ffffff"><br>
Web</font></td>
<td nowrap="nowrap" width="79">
<table width="79">
<tr>
<td>
</input>
&nbsp;</td>
<td>
<input type="radio" name="sitesearch" value="pbc-bw-burgkirchen.de.tl" id="ss1"></input><br>
<label for="ss1"><font size="-1" color="#FFFFFF">Auf dieser Seite</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-1286981767018410"></input>
<input type="hidden" name="forid" value="1"></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;FORID:1"></input>
<input type="hidden" name="hl" value="de"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
Beitrag19.04.2007 um 07:06 (UTC)    
Titel:

Beitrag19.04.2007 um 07:19 (UTC)    
Titel:

Gern geschehen Wink
Danke für die Rückmeldung
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de