1. Vào Thiết kế => Chỉnh sửa HTML. Chèn đoạn code sau vào trước thẻ ]]</b:skin> :
#navisearch {
float:right;
margin:0 1px 0 0;
padding: 0 6px 0 6px;
border:1px #eca46a solid;
}
#navisearch .search-text {
width: 148px;
margin:0;
padding-bottom: 2px;;
font: normal normal normal 12px/16px Verdana, Geneva, Tahoma, sans-serif;
color: #eca46a;
border:none;
outline:0;
background-color: transparent;
}
#navisearch .search-submit {
width:auto;
margin:2px 0 0 0;
}
float:right;
margin:0 1px 0 0;
padding: 0 6px 0 6px;
border:1px #eca46a solid;
}
#navisearch .search-text {
width: 148px;
margin:0;
padding-bottom: 2px;;
font: normal normal normal 12px/16px Verdana, Geneva, Tahoma, sans-serif;
color: #eca46a;
border:none;
outline:0;
background-color: transparent;
}
#navisearch .search-submit {
width:auto;
margin:2px 0 0 0;
}
2. Save template. Vào Phần tử trang, tạo một tiện ích HTML/JavaScript rồi dán code bên dưới vào:
<div id="navisearch">
<form action="http://www.google.com.vn/search" method="get" target="_blank">
<input class="search-text" id="search-text-" name="q" onblur="if (this.value == "") {this.value = "Tìm kiếm...";}" onfocus="if (this.value == "Tìm kiếm...") {this.value = ""}" tabindex="7" type="text" value="Tìm kiếm..." />
<input checked="checked" value="tqdoan.tk" name="sitesearch" type="hidden"/>
<input class="search-submit" name src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiODT0lRRnxRck2sSpYPuG93f7D1bLu2nMhbpUukWgIfCeIBGqoJUbhnn13hchBR2pNhlVohmYToP85SZ_znTol-a0rX8AyigChHkuoYe8OON1LOibQAG0_5PwbgIYCd5Q72V17v6OnCGoQ/" type="image" value="Search" />
</form>
</div>
<form action="http://www.google.com.vn/search" method="get" target="_blank">
<input class="search-text" id="search-text-" name="q" onblur="if (this.value == "") {this.value = "Tìm kiếm...";}" onfocus="if (this.value == "Tìm kiếm...") {this.value = ""}" tabindex="7" type="text" value="Tìm kiếm..." />
<input checked="checked" value="tqdoan.tk" name="sitesearch" type="hidden"/>
<input class="search-submit" name src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiODT0lRRnxRck2sSpYPuG93f7D1bLu2nMhbpUukWgIfCeIBGqoJUbhnn13hchBR2pNhlVohmYToP85SZ_znTol-a0rX8AyigChHkuoYe8OON1LOibQAG0_5PwbgIYCd5Q72V17v6OnCGoQ/" type="image" value="Search" />
</form>
</div>
Thay tqdoan.tk thành URL của bạn.
Chúc các bạn thành công !

