Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

I am trying to make my own custom Google page called Googlew. I just want it to be a page that I change change, but searches Google still. I have made a weebly.com page for a custom Google search engine. It still doesn't look like Google, though.

I have been playing around with the html. Here is the code:

%%TITLE%%

function bookmark() {

window.external.addFavorite(window.document.location.href,'Googlew')

}

function init(){

window.document.form1.q.focus();

MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT

}

body,td,a,p,.h{font-family:arial,sans-serif;}

.h{font-size: 20px;}

.glink{color:#0000cc;}

.adbrite_table {text-align:center;}

#mbtd {text-align:left;}

Loading

google.load('search', '1', {language : 'en'});

google.setOnLoadCallback(function() {

var customSearchControl = new google.search.CustomSearchControl('010561752595678284975:ybxvcfk4haw');

customSearchControl.setResultSetSize(google.search.Search.LARGE_RESULTSET);

customSearchControl.draw('cse');

}, true);

if (window.showModalDialog) {

document.write ("BookMark - Make this your homepage " );

}

var sc_project=850565;

var sc_partition=6;

var sc_security="76fc0ded";

var sc_invisible=1;

init();

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

document.write("\\" );

var pageTracker = _gat._getTracker("UA-3247138-1");

pageTracker._initData();

pageTracker._trackPageview();

%%MENU%%

%%CONTENT%%

%%WEEBLYFOOTER%%

The website is Googlew.weebly.com, if you want to see how it looks at the moment.

Can someone please help me get the background white and make it look as if it is Google with a different name. And make the custom search not all centred and horrible, I want it just like Google would be.

Thank you!

Rakesh Narang
2011-01-03 14:20:00
hey,i have installed google custom search on my website and want to know if i can myself search on that... please let me know.
Tina
2011-01-03 21:08:00
Rakesh,I suggest that you ask a new question. Besides, your question is not clear. What do you mean with 'if I can myself search on that'. Do you mean whether you are allowed to use it? Please be more specific.
Alan
2010-07-12 11:54:00
Hey do you know how to set custom search to include all sites? At the moment it is making me add sites but I want it to search the whole web like you. Cheers
Jack Cola
2010-07-13 12:49:00
Last time I used it (about a year ago), there was an option to select the whole internet. Go back a few steps, or start again and have a closer look.I would assume the feature will still be there.
Alan
2010-07-13 14:12:00
I found that option but it didn't work. Later on I tried re-pasting the generated code and it started working so it must've changed something client side when I was expecting it to be a server side change only.thanks
Lewis
2010-06-19 20:45:00
sorry but
Lewis
2010-06-07 09:03:00
Thanks,I signed up to the site, b its confusing can you give me some instrusctions please?
Jack Cola
2010-06-20 02:39:00
Google gives you all the instructions to setup Custom Search. Basically, you fill out the details, it will give you code and you copy that code onto your website.All you need is basic HTML knowledge
Aibek
2010-06-04 13:20:00
or you can use Google Custom Search, http://www.google.com/cse/
Lewis
2010-06-03 16:57:00
Thanks Jack,How can i use this script?Sorry i have only been using free websites and changing the script, not hosting them
Jack Cola
2010-06-04 10:15:00
Basically, just unzip the contents of the file onto your webserver, edit the config.php file such as the colour codes, and visit the index.php site and you should be able to start searching.Since you use other websites, it may not work. So you can signup for a hosting account such as http://www.100webspace.com/ and upload the files there.
Jack Cola
2010-06-03 06:43:00
Hi, you may be interested in a small script that I created.You can download it from http://gcsearch.jackcola.org/ and click on the download linkBasically it is a Google search engine that allows you to customize the display of the page and all the colours. Just edit the config.php file, add your own text, search button image, etc, and your Adsense ID and you can even start making money.So it's worth a try. Edit:Revised site URL
Ajayvijayachandraprasad
2011-02-26 01:54:00
Thanks............