Monday

Add Google search engine Box at Our Web or Blog

Actually, we have 2 shape box of Google search. let you choice that appropriate with yours.

To add Google search engine to your blog, follows the step below.
1. Go to Template of blogger
2. Click Layout - Click Page Elements - Click Add a Page Element - Click HTML/JavaScript (Paste The Code below) - Click save
3. Ok, Finish


The code is :

<form method="get" action="http://www.google.com/search">

<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0"
cellpadding="0">
<
tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></
tr>
<
tr><td align="center" style="font-size:75%">
<
input type="checkbox" name="sitesearch"
value="
wahyoku.blogspot.com" checked /> only search Wahyoku Blog<br />
</td></
tr></table>
</div>

</form>


Here's how that renders when included on an HTML page:


only search Wahyoku Blog


Biside above shape, you also can choice the other shape (There are two null button entire on the search box : Your name`s blog and entire World Wide Web).

The second code is :

<form method="get" action="http://www.google.com/search">

<input type="text" name="q" size="31"
maxlength="255" value="" />
<input type="submit" value="Google Search" />
<input type="radio" name="
sitesearch" value="" />
The Web
<input type="radio" name="
sitesearch"
value="
askdavetaylor.com" checked /> Ask Dave Taylor<br />

</form>

 

Note :
1. Change "Wahyoku.blogspot.com" with your blog.
2. "255" is the max amount of caracter in box (you can changed it)

The other tips to learn about adding search box on the blog, pls Read here.

Related Posts by Categories - Postingan Sejenis :



APA ITU META TAG ?

What are meta tags? Meta tags are HTML codes that are inserted into the header on a web page, after the title tag. They take a variety of forms and serve a variety of purposes, but in the context of search engine optimization when people refer to meta tags, they are usually referring to the meta description tag and the meta keywords tag. Read More...

Memfilter Iklan Google Adsense Yang Muncul di Web

To create and manage a filter list of websites whose ads you'd like to restrict from showing on your site or AdSense for search results pages, simply log in to your account at https://www.google.com/adsense and click the Competitive Ad Filter link below the AdSense Setup tab. You can create separate filter lists for your content pages and for your AdSense for search results pages. Ads for the websites that you add to your competitive ad filter list typically will not run on your pages, but remember that filtering sites may decrease the number of ads that can appear on your pages as well as decrease your potential earnings. Read More...