Post a new topic
how can i make a search box in my custom home page?
is it possible?
12:34 pm, Monday, October 01, 2007 (2 years ago)
Yeh, it's definitely possible, most of the (active) guys here on Custo have them. I don't actually know myself, I've never asked, so I'll keep a watch on this thread. : D
01:06 pm (2 years ago )
:), therefore i'm not the only one here. I hope in someone reply
01:07 pm (2 years ago )
Go to google, view source, copy/paste searchbox into your html.
03:13 pm (2 years ago )
Delicious Copypasta. Why did I never think of that...? Thanks, Cthu.
04:20 pm (2 years ago )
Wait, wut? K, I had problems with Cthu's method, for some reason. I couldn't find the problem. so I went to the supplied code from Google for custom search boxes... I'm using the following straight in the [body] area. <!-- Search Google --> <form method="get" action="http://www.google.com/custom"> <table bgcolor="#ffffff"> [tr]<td nowrap="nowrap" valign="top" align="left" height="32"> <label for="sbi" style="display: none">Enter your search terms[/label] <input type="text" name="q" size="31" maxlength="255" value="" id="sbi">[/input] <label for="sbb" style="display: none">Submit search form[/label] <input type="hidden" name="client" value="pub-1185634157404086">[/input] <input type="hidden" name="forid" value="1">[/input] <input type="hidden" name="channel" value="5984665699">[/input] <input type="hidden" name="ie" value="ISO-8859-1">[/input] <input type="hidden" name="oe" value="ISO-8859-1">[/input] <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BG C:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000 FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:32;LW:75;L:http://www .google.com/logos/Logo_25wht.gif;S:http: //www.google.com;FORID:1">[/input] <input type="hidden" name="hl" value="en">[/input] [/td][/tr][/table] [/form] <!-- Search Google -->
04:46 pm (2 years ago )
Yeh, I didn't want a submit button, not neccessary and doesn't look good with my minimal start page. That one of yours is much better, though. I just took out the bottom line. Thanks. =)
06:42 am (2 years ago )
^^ Yeh, that's what I used first time (Kind of.)
11:33 am (2 years ago )
tag
08:40 pm (2 years ago )
^ Lolwut.
06:56 am (2 years ago )
hmmm... how do you customize the fonts and whatnot?
12:41 pm (2 years ago )
lolz, nvm.
12:42 pm (2 years ago )
Reply to this topic
You must register and become a member to post a reply.