Monday, February 15, 2010
How to add Search box to your blog
Posted on 9:04 AM by Mohamed Omar

In this post I will show you how to add Search Engine as in my blog and it works on blogs :D
All what you have to do is to go to Dashboard -> Layout -> Add a Gadget -> Html/JavaScript .. Then add The following code with title Search Engine:Sure you have to change "http://e-blogtricks.blogspot.com/search" to "YourBlogURL/search"
<form action='http://e-blogtricks.blogspot.com/search' method='get'>
<input name="q" size="24" type="text" />
<input name="submit" type="submit" value="search" />
<input name="max-results" type="hidden" value="4" />
</form>
as YourBlogURL is your blog adress.
Subscribe to:
Post Comments (Atom)
1 Response to "How to add Search box to your blog"
wow
thanks for the trick :)
Leave A Reply