Add blogger search to your blog site

This is yet another follow up post for enhancing blogger presence.
How many of you know that blogger provides inbuilt search system that can be embedded in your blogger template within few seconds. And since it is supplied by blogger, you would experience considerable faster search capability with it, that’s an added advantage.

To add blogger search capability in your blog, do following:

add blogger search to your blog Blogpandit

Go to your blog template, find the place where you need to put the code, then paste following code at that point –

<div align=”right”>
<form action=’search/’ method=’get’>
<input onblur=’if (this.value == &quot;&quot;) {this.value = &quot;Search Keyword&quot;;}’ onfocus=’if (this.value == &quot;Search Keyword&quot;) {this.value = &quot;&quot;;}’ size=’22’ tabindex=’1′ type=’text’ value=’Search Keyword’/>
<input value=”Search’type=’submit’/>
</form>
</div>

You may change the align attribute (highlighted in Red) to value ‘left’ or ‘right’, so as to push it towards left or right side of page respectively.
That’s it, save your template and go check out the effect.

You may also add different style option to your search addin form; adjust the width, look and feel to suit your blog design.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top