Adding Search Engine in your Blogger
Posted by Alex on Thursday, January 24, 2008
This is a simple Search Engine that lets your reader to find post in your blog. If the number of your post is many, it's very useful to have a search engine on your blog's sidebar. Here is the step by step instruction to add a simple search engine in your blog.
STEP 1
Goto "Layout -> Page Elements". Click "Add a page elements" then choose "HTML/Java Script".
STEP 2
Paste the code below into "Content" Box and replace "yourblogname" with your blog name.
STEP 1
Goto "Layout -> Page Elements". Click "Add a page elements" then choose "HTML/Java Script".
STEP 2
Paste the code below into "Content" Box and replace "yourblogname" with your blog name.
<form action="http://yourblogname.blogspot.com/search" method="get"> <input class="textinput" name="q" size="30" type="text"/> <input value="search" class="buttonsubmit" name="submit" type="submit"/></form>
0 comments:
Post a Comment