Need help on customizing the design of the Adsense search form block after I added it in the page.tpl.php.
Here's the code I added in page.tpl.php
$block = module_invoke('adsense_cse', 'block', 'view', 1); print $block['content'];
Need help on customizing the design of the Adsense search form block after I added it in the page.tpl.php.
Here's the code I added in page.tpl.php
$block = module_invoke('adsense_cse', 'block', 'view', 1); print $block['content'];
Comments
Comment #1
jcnventuraWhat do you mean with design? You want to change the look & feel of the search form? The only customization possible is via the AdSense interface at google.com/adsense.
Comment #2
v1p3r1c3 commentedThanks for the reply jcnventure.
Yes I wanted to change the look & feel of the search form like in http://edition.cnn.com/ website.
Can I change it using block theme?
Comment #3
jcnventuraYou should be able to theme it just like the rest of your site, using CSS. I don't see any problem in getting CNN's look just by using CSS.