No...it would not do......thanks again.....actually i made it so it remains in its own table...which i want to make it smaller
..here is my code......there is another solution it think.........
how can we remove the small space above the search balk and also the small space below the web.site.search button?
PHP Code:
<!-- SiteSearch Google -->
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<form method="get" action="http://www.google.com/custom" target="_top">
<table border="0" bgcolor="#DFE6EE">
<tr><td nowrap="nowrap" valign="top" align="left" height="16">
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="www.yoursite.org"></input>
<input type="text" name="q" size="40" maxlength="155" value=""></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-2" color="#000000">Web</font>
</td>
<td>
<input type="radio" name="sitesearch" value="yoursite.org"></input>
<font size="-2" color="#000000">yoursite.org</font>
</td>
<td>
<input type="submit" name="sa" value="Google Search"></input>
</td>
</tr>
</table>
<input type="hidden" name="client" value="******************"></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="safe" value="active"></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="en"></input>
</tr>
</center>
</td>
</TABLE>
</form>
<!-- SiteSearch Google -->