Google+ Facebook Twitter Friendfeed
Gratis berlangganan artikel o-om.com via mail, join sekarang!

5
Put a Search Box on Your Blogger

In order to make visitor feel comfortable when searching, actually Navbar Blogger have a search box already. But, sometimes we want to put a search box on your blogger. Our reason is, to put it anywhere we want, of course.


Example of Search box:




Below, the code which you can use:


<form id="searchthis" action="http://namablog.blogspot.com/search" style="display:inline;" method="get">
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="Search" type="submit"/>


Don’t forget to change the red text with your own blog name!


To change standard search button with icon:


Code which you can use:




Below, the code which you can use:


<form id="searchthis" action="http://namablog.blogspot.com/search" style="display: inline;" method="get">
<tr>
<td nowrap="nowrap" valign="top" height="16" align="left">
<input id="b-query" maxlength="255" class="textinputsearch" value="" name="q" size="22" type="text"/>
<input id="b-searchbtn" alt="Search" width="18" src="
http://oom.blog.googlepages.com/search.gif" height="19" align="top" type="image"/>
</form>


Don’t forget to change red text above with your own blog name. In order to change the image icon, you can change pink code above with address that stores your image.


Dengan memasukan alamat email dibawah ini, berarti anda akan dapat kiriman artikel terbaru dari o-om.com di inbox anda:


5 Comments:

Anonymous said...

Kalo pake search box-nya adsense manfaatnya apa ya, om?

Anonymous said...

@Anthony Harman : pastinya dapat dollar mas tony :)

Syamsul Alam said...

post in english, and comment in indonesian... :)) I think, thats kinda funny, hahahaha....

Urban Dragon Digital Art by Tracy King said...

Thanks!!! it worked perfectly and I truly apprecite it :)

ShaYangz said...

Thanks Om. I have used your code for the simple text search box code and its work.

But....

How to align the Search Box. The current code flush it to the top.

Any way to change the background colour of the search box.

Terimakasih ya Om.

Post a Comment