Forum Moderators: open
I would be grateful if you could be so kind as to check this code.. I put a google search on my site to allow users to search the site, yet it can not seem to do it..
I'm sure it must be something I'm missing but would be pleased for a 2nd opinion.
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.co.uk/custom" target="google_window">
<table border="0" align="right" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="bottom" align="left" height="32">
<input type="hidden" name="domains" value="My_Site.com"></input>
<input type="text" name="q" size="25" maxlength="255" value=""></input>
</td>
</tr>
<tr>
<td align="right" nowrap="nowrap">
<table>
<tr>
<td><input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-1" color="#000000">Web</font>
</td>
<td>
<input type="radio" name="sitesearch" value="My_Site.com">
</input>
<font color="#000000" size="-1">My_Site</font></td>
</tr>
</table>
<input type="submit" name="sa" value="Google Search"></input>
<input type="hidden" name="client" value="pub-4063464607148140"></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:#191919;GL:1;DIV:#CCCCCC;VLC:191919;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:191919;LC:191919;T:808080;GFNT:666666;GIMP:666666;LH:50;LW:50;L:http://www.My_Site.com/images_generic/logo_50.jpg;S:http://www.My_Site.com;FORID:1;"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->