如何在博客里添加 Google 搜索,我找了很久自己探索了记下来.写文章时在需要添加处-------按(源代码)----复制以下代码:
<!-- Search Google -->
<center>
<form method=get
action="http://www.google.com/search">
<table bgcolor="#FFFFFF"><tr><td>
<a href="http://www.google.com/intl/zh-CN/">
<img src="http://www.google.com/logos/Logo_40wht.gif"
border="0" alt="Google" align="absmiddle"></a>
<input type=text name=q size=31 maxlength=255
value="">
<input type=hidden name=ie value=GB2312>
<input type=hidden name=oe value=GB2312>
<input type=hidden name=hl value=zh-CN>
<input type=submit name=btnG value="Google 搜索">
</td></tr></table>
</form>
</center>
<!-- Search Google -->
把代码复制之后....(按)源代码,然后发表文章就可以了.















订阅到
鲜果
抓虾
谷歌

