Blogger Tips
Some time I still ask by my friend how to add Search Box in BlogSpot.
Adding the search box will help your reader easy to find articles in your blog
follow the step below to create the search box:
1. Login to your blogger account->click Layout->add a gedget ->Select “HTML/JavaScript"
2. Copy and Paste the following code:
<p align="left">
<form id="searchthis" action="http://gokhiel.com/search" style="display:inline;" method="get">
<strong> Search articles in this blog
<br/></strong>
<input id="b-query" maxlength="255" name="q" size="20" type="text"/>
<input id="b-searchbtn" value="GO" type="submit"/>
</form></p>
Blogging Tips:
- Change http://gokhiel.com/ with your own blog
- You can change the box width size="20" to make your search box longer
- You can change the “GO” button to “Search” or “Hit”, by changing the Value
3. Done, easy right ? ..:)
Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add Search Box in your blog (Blogspot)
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar
No comments:
Post a Comment