Assamtechtricks

How to place Adsense Ads above page menu list or tab

As we all know that getting an Adesne account for your blog is not an easy task, you should have patience and need to be a hard worker too. Adsense basically helps us to monetize our blog. But we should always care about the best adsense ads placement slot in our sites, a blog with lesser numbers of traffics with
a better placement of Ads can give more adsense revenue than a blog with  higher numbers of traffics with a worst placement of ads. The most preferred revenue booster ads sizes are 728x90 leaderboard should be used after header, 336x280 large rectangle, 300x250 medium rectangle and 160x600 wide skyscraper. Though blogger.com has easy interface to place the ads on sidebar, we face problems in placing the ads after header or above the page list menu, so today I am going to show you how to place the ads after the header in blogger blog.

Follow the following the steps

1) Go to Template-----Edit HTML
2) Go to Jump to Widget tab and select the widget called PageList1
3) Expand the Widget and find the <ul> tag
4) Now parse the Adsense ad code with Parse tool
5) Now modify the parse adsense code as shown bellow

<div style='float:center;margin:3px 20px 4px 218px ;'>
    PARSE ADSENSE CODES
</div>

6) Now place the codes after the <ul> tag
7) Finally Preview your blog if everything goes well then Save the template.