5 Stylish Fresh Search Box To Blogger Blog


5 Stylish Fresh Search Box To Blogger Blog

Fresh- Beautiful Search Box to Blogger:

Every blog needs to be search box. But stylish search box like a beautiful or premium bog. In this lesson I like to teach five stylish search box HTML code. You may like any one and use on your blogger blog.

[A] Log in blogger
[B] Select your blog
[C] Select ‘Layout’ at left side bar
[D] Click ‘Add a Gadget’
[E] Select ‘HTML/JavaScript’
Style 1:
Stylish Search Box HTML Code 

Stylish Search Box HTML Code:

<style type="text/css">
#help2blogging-searchbox {
    border-radius: 5px;
    background: URL(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5Nwp7GG0cco05XBQAuH0sKZfBJTW-rk9LKNHVgDVLYsh5oUK7vxQaJFbpM33Y4rmF8bWrBEVhZCSzdd31AZ8yk_PhUYi99RZkRtmd-iSgpwJWkLDSo7tGgSl7vVzOcufPYQuiI6ebP_9Y/s1600/help2blogging+search-2.png) no-repeat scroll center center transparent;
    width: 307px;
    height: 50px;
    disaply: block;
}

form#help2blogging-searchform {
    display: block;
    padding: 9px 16px;
    margin: 0;
}

form#help2blogging-searchform #s {
    padding-left: 24px !important;
    padding: 7.5px;
    margin: 0;
    width: 270px;
    font-size: 16px;
    font-family: georgia;
    font-style: italic;
    color: #666666;
    vertical-align: top;
    border: none;
    background: transparent;
}

</style>
<div id="help2blogging-searchbox">
    <form id="help2blogging-searchform" action="/search" method="get">
        <input type="text" id="s" name="q" value="Search here..." onfocus='if (this.value == "Search here...") {this.value = ""}'
        onblur='if (this.value == "") {this.value = "Search here...";}' />

        <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton"
        />
    </form>
</div>

Style 2:
Blogger Search Box CSS Code

Blogger Search Box CSS Code:

<style type="text/css">
#help2blogging-searchbox {
    border-radius: 5px;
    background: URL(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilWyPoXcd8wds5skHSLqhSRt9hKGWVJ-gey8d5Rr1LHcE_ymuBz5oEieuIMBCQLEbnXF7S9dBePpVJ8SyJCawHWjqvDIVBs14mwk7ryOVzwKBGa8NszpWikw9rf1nkN4kkWUBsnwoErqlz/s1600/help2blogging+search-3.png) no-repeat scroll center center transparent;
    width: 307px;
    height: 50px;
    disaply: block;
}

form#help2blogging-searchform {
    display: block;
    padding: 9px 16px;
    margin: 0;
}

form#help2blogging-searchform #s {
    padding-left: 24px !important;
    padding: 7.5px;
    margin: 0;
    width: 270px;
    font-size: 16px;
    font-family: georgia;
    font-style: italic;
    color: #666666;
    vertical-align: top;
    border: none;
    background: transparent;
}

</style>
<div id="help2blogging-searchbox">
    <form id="help2blogging-searchform" action="/search" method="get">
        <input type="text" id="s" name="q" value="Search here..." onfocus='if (this.value == "Search here...") {this.value = ""}'
        onblur='if (this.value == "") {this.value = "Search here...";}' />

        <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton"
        />
    </form>
</div>

Style 3:
Blogger Beautiful Search Button 

Blogger Beautiful Search Button:

<style type="text/css">
#help2blogging-searchbox {
    border-radius: 5px;
    background: URL(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh86-RZlN4tbVRTy0Ozpjcl5lVTF9Gc1ojM9Jxa16owDvMGx2nf3LB98_I_unTBi32vmg6Zk9a8t1qiobUVeH57zzP90wxbVJH5yW3n6okFZedCLEoZ4B5udWsVVuXqD10iMGoKVo_ca9Ng/s1600/help2blogging+search-4.png) no-repeat scroll center center transparent;
    width: 307px;
    height: 50px;
    disaply: block;
}

form#help2blogging-searchform {
    display: block;
    padding: 9px 16px;
    margin: 0;
}

form#help2blogging-searchform #s {
    padding-left: 24px !important;
    padding: 7.5px;
    margin: 0;
    width: 270px;
    font-size: 16px;
    font-family: georgia;
    font-style: italic;
    color: #666666;
    vertical-align: top;
    border: none;
    background: transparent;
}

</style>
<div id="help2blogging-searchbox">
    <form id="help2blogging-searchform" action="/search" method="get">
        <input type="text" id="s" name="q" value="Search here..." onfocus='if (this.value == "Search here...") {this.value = ""}'
        onblur='if (this.value == "") {this.value = "Search here...";}' />

        <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton"
        />
    </form>
</div>

Style 4:

Stylish Custom Search Boxes 

Stylish Custom Search Boxes:

<style type="text/css">
#help2blogging-searchbox {
    border-radius: 5px;
    background: URL(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilRSFErrNy97vqGxgw-NqAEPkEqKFuwiCIaCYCC6fTiSkX2gbi2aQq1VpQ4p7chlCp6sauw0FVIMlTFFiwaiEa_9lHX-myraZ8LWlcvpopZ4cQZQvAbBalSr1nDodldT7HyzvuJepX_OPt/s1600/help2blogging+search-5.png) no-repeat scroll center center transparent;
    width: 307px;
    height: 50px;
    disaply: block;
}

form#help2blogging-searchform {
    display: block;
    padding: 9px 16px;
    margin: 0;
}

form#help2blogging-searchform #s {
    padding-left: 24px !important;
    padding: 7.5px;
    margin: 0;
    width: 270px;
    font-size: 16px;
    font-family: georgia;
    font-style: italic;
    color: #666666;
    vertical-align: top;
    border: none;
    background: transparent;
}

</style>
<div id="help2blogging-searchbox">
    <form id="help2blogging-searchform" action="/search" method="get">
        <input type="text" id="s" name="q" value="Search here..." onfocus='if (this.value == "Search here...") {this.value = ""}'
        onblur='if (this.value == "") {this.value = "Search here...";}' />

        <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton"
        />
    </form>

</div>

Style 5:
Stylish CSS Search Box To Blogger 

Stylish CSS Search Box To Blogger:

<style type="text/css">
#help2blogging-searchbox {
    border-radius: 5px;
    background: URL(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIZtelwdbSegMhBbTK0DnQ1-qIm2g1lASE8XLHE95d6OQOfoehI444mmpPj1Wos9_KSuUea7bHAAwk2upadu8-eHtJvUN6Ynh8wZMaf7y0GxL_b9gs9Hv0m2Pnp-ivGUXeKhpy7fFZovO1/s1600/help2blogging+search.png) no-repeat scroll center center transparent;
    width: 307px;
    height: 50px;
    disaply: block;
}

form#help2blogging-searchform {
    display: block;
    padding: 9px 16px;
    margin: 0;
}

form#help2blogging-searchform #s {
    padding-left: 24px !important;
    padding: 7.5px;
    margin: 0;
    width: 270px;
    font-size: 16px;
    font-family: georgia;
    font-style: italic;
    color: #666666;
    vertical-align: top;
    border: none;
    background: transparent;
}

</style>
<div id="help2blogging-searchbox">
    <form id="help2blogging-searchform" action="/search" method="get">
        <input type="text" id="s" name="q" value="Search here..." onfocus='if (this.value == "Search here...") {this.value = ""}'
        onblur='if (this.value == "") {this.value = "Search here...";}' />

        <input type="image" src="http://img1.blogblog.com/img/blank.gif" id="sbutton"
        />
    </form>

</div>

Thanks for follow this tips.

----------------------------------------

If you have any question and suggestions related blogger
Please don't hesitates just sent email or leave comment
Thanks to follow this tutorial
Best regards
help2blogging team

Comments