广告联盟网

 找回密码
 注册
查看: 659|回复: 2
打印 上一主题 下一主题

搜索框下方的空白能去掉吗

[复制链接]
跳转到指定楼层
1#
发表于 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>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
2#
发表于 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>
3#
 楼主| 发表于 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联系一下吧。
谢谢二位!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|广告联盟网  

GMT, 2024-11-25 , Processed in 0.059579 second(s), 20 queries .

Powered by Discuz! X3.2

© 2005-2021 www.ggads.com GGADS 广告联盟网

快速回复 返回顶部 返回列表