Hi guys please take a look at my search box at this page http://www.sportscarsfans.com Its taking too much space I can't make it smaller on dreamweaver Can some one tell me how I should make it smaller so it doesn't take much space of mine the above and below blank space Thanks The most helpful answer will get the +rep
I tried from there and I made character lesser but it make the search bar smaller The space above and below is still covering same space Please help
Best thing would be to: remove the ad above the search box and put it in the text. Replace the empty space where the ad was with the search box and move everything that was under the search box higher.
<table width="490" cellspacing="0" cellpadding="0"> <tr> <td> <!-- SiteSearch Google --> <form method="get" action="http://www.google.com/custom" target="google_window"> <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"></a> </td> <td nowrap="nowrap"> <input type="hidden" name="domains" value="www.sportscarsfans.com"> <label for="sbi" style="display: none">Enter your search terms</label> <input type="text" name="q" size="31" maxlength="255" value="" id="sbi"> <label for="sbb" style="display: none">Submit search form</label> <input type="submit" name="sa" value="Search" id="sbb"> </td> </tr> <tr> <td> </td> <td nowrap="nowrap"> <table> <tr> <td width="51" height="34"> <input name="sitesearch" type="radio" id="ss0" value="" checked> <label for="ss0" title="Search the Web"><font size="-1" color="#FFCC66">Web</font></label></td> <td width="172"> <input name="sitesearch" type="radio" id="ss1" value="www.sportscarsfans.com"> <label for="ss1" title="Search www.sportscarsfans.com"><font size="-1" color="#FFCC66">www.sportscarsfans.com</font></label></td> </tr> </table> <input type="hidden" name="client" value="pub-9726389199755523"> <input type="hidden" name="forid" value="1"> <input type="hidden" name="channel" value="2431016083"> <input type="hidden" name="ie" value="ISO-8859-1"> <input type="hidden" name="oe" value="ISO-8859-1"> <input type="hidden" name="cof" value="GALT:#999999;GL:1;DIV:#F2984C;VLC:999999;AH:center;BGC:000000;LBGC:000000;ALC:999999;LC:999999;T:F2984C;GFNT:999999;GIMP:999999;LH:50;LW:390;L:http://www.sportscarsfans.com/images/logo2.jpg;S:http://www.sportscarsfans.com/;FORID:1"> <input type="hidden" name="hl" value="en"> </td> </tr> </table> </form> <!-- SiteSearch Google --> <!----></td> </tr> </table> ------------- here is the code....
yes i edited it using DW...and the spaces were gone... your website still contains the same old code...
ok found it now how to do that I tried your code but it was still spacing then I edited the height from 172 to 50 which you removed in your code and now its perfect I guess Thanks! for help anyways +rep
</table> </form> <!-- SiteSearch Google --> <!----></td> ------------ i also change the   which follows the hieght of your font-size into an empty comment <!---->...to remove the bottom space... i dont know why it did not work in your part...sorry...thanks anyway for the rep...