Quote:
Originally Posted by creativepart
FOUND THE ANSWER --- SOLVED!!
The code supplied by Google is missing a line and when you add this line to the Search Box code it makes everything work again:
Code:
<input type="hidden" name="cof" value="FORID:11" />
Simply add that line to your Search Box code before the javascript.
By the way FORID is the ad placement and 11 is top and bottom and 10 is top and right. I think 9 is top only but you'd have to test that.
I changed mine to FORID:10 and the ads are now Top and Right.
I'm not sure why some people need this and some people don't, but this worked. I found the answer in the Google CSE Forum buried deep in the older posts.
|
thanks, that worked for me =)
Quote:
Originally Posted by Custom Search Help Center
You can alter the ad position by using the controls in the code section of the control panel; or, you can edit the HTML search form directly. Change value="FORID:#" to FORID:9 for ads on the right, FORID:10 for ads on the top and right, or FORID:11 for ads on the top and bottom.
|