how to include google ads in your blog , cause i cant get it to work on my blo g i am assumin that you have to stick the google adsense code when u click on the HTML tab , educate me guys Thanks B
For Blogger there is an online Help Section... Read it, I find it very helpful for new bloggers The help topics are located at http://help.blogger.com/ For AdSense there is a topic called (http://help.blogger.com/bin/answer.py?answer=964 that's the link) "How do I put AdSense on my blog?". There are some other pages explaining everything (just follow the links on the help pages) I hope this helped you and I wish you good luck with your blog....
i also had recently signed up for a blog so had quite difficulty in integrating it in the blog...well what i did was ..i reasearched some sites...saw their source code and then only was able to integrate the ad onto my blog... heres how to do it... go to ure template... there scroll down until you see this...u have to scroll pretty far.... <!-- Begin .post --> <div class="post"><a name="<$BlogItemNumber$>"></a> <BlogItemTitle> <BlogItemUrl><a href="<$BlogItemUrl$>" title="external link" class="title-link"></BlogItemUrl> <h3 class="post-title"> <$BlogItemTitle$> </h3> <BlogItemUrl></a></BlogItemUrl> </BlogItemTitle> <div class="post-body"> <!-- Place the Adsense ads here to publish for every post --> <!----end the adsense code------> <p> <$BlogItemBody$> </p> </div> Ok and listen now...what this code will do is put your adsense code in each post..so adjust your blog in such a way that it doesnt show more than three posts..coz u cant have more than three ad units per page... Hope this answer your question well.......
Hmmm... I use WordPress. There should be a file available through template editor called sidebar.php or header.php or footer.php (pick any one of these to put your ads somewhere). Then find a nice spot where you want to put your ads (most themes are commented - but if not, look at the html sections to find out where you are) and dump the AdSense code there. Save it, and then preview your blog to check.
And if you participate in schemes like BlogExplosion, make sure you check the "ads appear on a framed page" option on the adSense setup page. This inserts the google_page_url = document.location; line in your adSense code. If you don't do that, your ads will just be for "blogs" etc for BlogExplosion visitors. Doing this, your ads will display ads based on YOUR content.