Quote:
Originally Posted by Winter Sonata
Thank you
where shoud I put my adsense code in this code
Code:
<form action="http://www.ahfb2000.com/google.php" id="cse-search-box">
please replace the right place with '' your adsense code''
|
You don't place your adsense code anywhere in this snippet. This piece of code that you quoted is basically just the URL to where the "google.php" file is.
So for example, if your website URL is
http://www.vbulletin.com
The code would be:
<form action="http://www.vbulletin.com/google.php" id="cse-search-box">
You don't place your "adsense code" in that code you quoted.