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();
}
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!