2007年7月5日

更改了搜索栏

曾在blogger增加一个搜索栏,基于Navbar的,但是在使用中效果不是很好,搜索不全。

今天改了一个。具体步骤如下:

修改模版,在侧栏中增加一个新的 HTML/javascript 部件。在代码框中输入如下代码:

<form action="http://www.google.com/search" method="get">
<input value="" name="q" type="text"/>
<input value="UTF-8" name="ie" type="hidden"/>
<input value="UTF-8" name="oe" type="hidden"/>
<input value="zh-CN" name="hl" type="hidden"/>
<input value="搜索" name="btnG" type="submit"/>
<input value="winsphinx.blogspot.com" name="domains" type="hidden"/>
<input value="winsphinx.blogspot.com" name="sitesearch" type="hidden"/>
</form>

没有评论: