All Posts Tagged With: "how"

post thumbnail

How To Insert Search Box in Blogger Template

Do you have a default Search box in your Blogger template ? If no , you can add one with the below code.
Step 1] Goto your blogger Dashboard -> Layout
Step 2] now say PageElements-> Add New Element - > Html Javascript.
Step 3] Add the Following code :
<div align=’center’>
<form expr:action=’data:blog.homepageUrl + &quot;search&quot;’ id=’searchform’ method=’get’ name=’searchform’>
<div align=’right’>
<input [...]

6Aug2008 | Mohan | 2 comments | Continued