Home Contact Us
Search On Bloggerfast
Google

Tuesday, April 29, 2008

Add Blogger Search Botton

Well blogger search box provide reader to search your blog throughout.
To add it simply copy below HTML code and paste where you want.

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

Some more tips for blogger liks:
1.Add Caht box to your blogger blog
2.Strike word in your blog
3.Hide navbar-iframe or remove it form your blog

Subscribe in a reader

Found this Artical Useful Bookmark this:

Bookmark and Share ;

Changing Header background color

One can change background color of header portion of the blog.
To change it CLICk >>EDIT HTML scroll down your template where
these linls will be appear
#header-wrapper {
width:900px;
margin:0 auto 10px;
border:0px;
}

Add a new line of background:#color-code;(accordong to your choice) to get HTML color code click here Where
almost all color avilable.
Afterward save your template.

Subscribe in a reader

Found this Artical Useful Bookmark this:

Bookmark and Share ;