Ok, I've got adsense for search setup and working but My site isn't as wide as google wants it to be. I've changed the variables but no actual change. Does anyone know of a hack for this? I want it 500px wide.
HTML Code:
<script type="text/javascript">
var googleSearchIframeName = 'googleSearchUnitIframe';
var googleSearchFrameWidth = 500;
var googleSearchFrameHeight = 1500;
var googleSearchFrameborder = 0 ;
var googleSearchDomain = 'www.google.com';
</script>
Thanks
|