2.Scroll down to where you see </head> tag .
3.Copy below code and paste it just before the </head> tag .
<style type='text/css'>
div#search { background: transparent url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha_SjJY58trS8-5PnxqcZQ0I5uujflPGOLd9jTpuS2adsU0ZzeoPwBHs4_E3y7P3mD4RbEyPpwlBqvfTJbennxCJwnVCoA6pNFC5kaapF2FxlahpBCoaq2isvM7sDDCZXextToGgi4EPaB/') no-repeat scroll left top;margin: 0; float: right; width: 320px; height: 44px; }
div#search form { height: 44px; }
div#search form p { display: block; margin: 0; padding: 14px 0 0 30px; }
div#search form p input { width: 285px; border: 0; background: transparent none; color: #ffffff; }
</style>
4.Now save your template.
5.Go to Layout-->Page Elements and click on "Add a gadget".
6.Select "html/java script" and add the code given below and click save.
<div id='search'>
<form action="http://YOURBLOG.blogspot.com/search" id='search form' method='get'>
<p><input id='searchform' name='q' onblur='if (this.value == "") {this.value = "Type your search here...";}' onfocus='if (this.value == "Type your search here...") {this.value = ""}' type='text' value='Type your search here...'/></p>
</form>
</div>
Note : Replace "YOURBLOG" with your blog name.
You are done.Look at the picture below.
0 comments:
Post a Comment