I am still in the process of creating my website but I really want to know how to put a search bar in iweb
I am still in the process of creating my website but I really want to know how to put a search bar in iweb
That tutorial is coming, for now you can use this code:
<form action="http://www.google.com/search" method="get"><input type="hidden" name="sitesearch" value="http://www.yoursite.com" />
<input type="text" name="q" size="31" maxlength="255" value="" />
<input type="submit" value="Search" />
</form>
or this code:
<form method="get" action="http://www.google.com/search">;
<font face="Verdana"><font size=2>
<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="mywebsite.com" checked /> mywebsite.com<br />
</form>
or this code:
<!-- SiteSearch Google -->
<font face="Verdana"><font size=2>
<FORM method=GET action="http://www.google.com/search">;
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">;
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif";
border="0" ALT="Google"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1>
<input type=hidden name=domains value="YOUR DOMAIN NAME"><br><input type=radio name=sitesearch value=""> The Web <input type=radio name=sitesearch value="http://www.iwebunlimited.com" checked> iWebUnlimited.com <br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google -->Thank you
I will look in to that
Is there a way to get a search box like the one on this site? Or at least one that functions within my own website. I'm having a hard time setting one up for the entire website. Is it possible?
Thanks so much! You guys rock!
Update: I realized I forgot to put my site's url in the code (whoops!). However, is there a better, more aesthetically pleasing way to create a search system? The google search results are so... unattractive. Is there a way to make it more like this site?
Yes, that tutorial is coming. It's a little more involved to get done.
You must log in to post.
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!