To the point, to add this search engine to your blog, following this step :
* Login to blogger with your ID
* After entering the dasboard page , click Layout.
# Click at Page Element tab.
# Click at Add a Page element.
# After emerging pop up window , Click add to blog button for the things HTML/JavaScript.
# Copy and paste the code below into available column :
<form id="searchThis" action="/search" style="display:inline;" method="get">
<input id="searchBox" name="q" size="20" type="text"/> <input id="searchButton" value="Search" type="submit"/>
</form>
# Click Save Changes
* Finish. Please see the result.
At the code above, you'd meet the code be like this :
size="20"
The code is to arrange the wide of seach box. You can change it according to desire, ever greater of his value of course more wide. Example :
size="25", size="30"
And you will find the code like this :
value="Search"
You can change this word with your word. Example :
value="GO !"
Or possibly you still confuse with the steps above?
Just click the button for automatically install to your blog.
Comments :
0 comments to “Add a Search Engine to Your Blog”
Post a Comment