广告联盟网

标题: 搜索框下方的空白能去掉吗 [打印本页]

作者: sun    时间: 2006-7-26
标题: 搜索框下方的空白能去掉吗
我想把Google搜索放到网页表格中去。反复试了很多次,想了不少办法,也无法去掉搜索框下方的空白。这片空白在网页里很难看,也浪费页面空间。我的网页制作技术很有限,谁能帮我看一下,搜索框下方的那片空白能去掉吗?
谢谢了!

我简化了一下,这是源代码:
<table width=&quot;300&quot; border=&quot;1&quot; >
  <tr>
    <td><!-- Search Google --><center>
<form method=&quot;get&quot; action=&quot;http://www.google.com/custom&quot; target=&quot;google_window&quot;>
<table bgcolor=&quot;#cccccc&quot;>
<tr><td nowrap=&quot;nowrap&quot; valign=&quot;top&quot; align=&quot;left&quot; height=&quot;32&quot;>
<a href=&quot;http://www.google.com/&quot;>
<img src=&quot;http://www.google.com/logos/Logo_25gry.gif&quot; border=&quot;0&quot; alt=&quot;Google&quot; align=&quot;middle&quot;></img></a>
<input type=&quot;text&quot; name=&quot;q&quot; size=&quot;31&quot; maxlength=&quot;255&quot; value=&quot;&quot;></input>
<input type=&quot;submit&quot; name=&quot;sa&quot; value=&quot;搜索&quot;></input>
<input type=&quot;hidden&quot; name=&quot;client&quot; value=&quot;pub-****************&quot;></input>
<input type=&quot;hidden&quot; name=&quot;forid&quot; value=&quot;1&quot;></input>
<input type=&quot;hidden&quot; name=&quot;ie&quot; value=&quot;GB2312&quot;></input>
<input type=&quot;hidden&quot; name=&quot;oe&quot; value=&quot;GB2312&quot;></input>
<input type=&quot;hidden&quot; name=&quot;cof&quot; value=&quot;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&quot;></input>
<input type=&quot;hidden&quot; name=&quot;hl&quot; value=&quot;zh-CN&quot;></input>
</td></tr></table>
</form>
</center></td>
  </tr>
</table>
作者: yew    时间: 2006-7-27
<table width=&quot;300&quot; border=&quot;1&quot; >
  <tr>
    <td><!-- Search Google --><center>
<table bgcolor=&quot;#cccccc&quot;><form method=&quot;get&quot; action=&quot;http://www.google.com/custom&quot; target=&quot;google_window&quot;>
<tr><td nowrap=&quot;nowrap&quot; valign=&quot;top&quot; align=&quot;left&quot; height=&quot;32&quot;>
<a href=&quot;http://www.google.com/&quot;>
<img src=&quot;http://www.google.com/logos/Logo_25gry.gif&quot; border=&quot;0&quot; alt=&quot;Google&quot; align=&quot;middle&quot;></img></a>
<input type=&quot;text&quot; name=&quot;q&quot; size=&quot;31&quot; maxlength=&quot;255&quot; value=&quot;&quot;></input>
<input type=&quot;submit&quot; name=&quot;sa&quot; value=&quot;搜索&quot;></input>
<input type=&quot;hidden&quot; name=&quot;client&quot; value=&quot;pub-****************&quot;></input>
<input type=&quot;hidden&quot; name=&quot;forid&quot; value=&quot;1&quot;></input>
<input type=&quot;hidden&quot; name=&quot;ie&quot; value=&quot;GB2312&quot;></input>
<input type=&quot;hidden&quot; name=&quot;oe&quot; value=&quot;GB2312&quot;></input>
<input type=&quot;hidden&quot; name=&quot;cof&quot; value=&quot;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&quot;></input>
<input type=&quot;hidden&quot; name=&quot;hl&quot; value=&quot;zh-CN&quot;></input>
</td></tr></form></table>
</center></td>
  </tr>
</table>
作者: sun    时间: 2006-7-28
原帖由 yxxx 于 2006-7-27 08:46 发表你把第一句<table width=&quot;300&quot; border=&quot;1&quot; >中设定的宽度 border=&quot;1&quot; 这个属性去掉试一下。
不过这个方法是自欺欺人的方法。
真正的就是form里面的table有问题。
设定宽度 border=&quot;1&quot;和灰色背景就是为了看得清楚,实际使用的时候不会这样设定的。
原帖由 yew 于 2006-7-27 12:01 发表<table width=&quot;300&quot; border=&quot;1&quot; >
  <tr>
    <td><!-- Search Google --><center>
<table bgcolor=&quot;#cccccc&quot;><form method=&quot;get ...
显示正常了,但代码不好随意更改。看来的确是form里面的table有问题。我再和Google联系一下吧。
谢谢二位!




欢迎光临 广告联盟网 (https://bbs.ggads.com/) Powered by Discuz! X3.2