Hi friends, I created a wordpress blog and inserted two 300x250 adsense code in the singlepost.php file so that ads gets appeared next to next inside the post . But the ads started to appear one below the other. so i planned to remove the code, but after doing that i still find the ads appearing inside the post. Help me how to remove those ads? I even cleared my sites cache. The above said changes have been made one week before. My site url is www.newinformations.com
You just pasted the adsense code after each other. You need to use CSS to control their layout. Either put them in separate DIV containers with one float:left and the other float:right, or in a singe DIV container with test-align:center.
Pretty much sums it up. You need to learn some HTML. As far as the ads still displaying..it's because the code is still there. I'm looking at it plain as day. Either you didn't delete it, or you added it to another file and didn't delete it from there.
looks to me the cache is causing problem. Try to switch to default theme and then revert back to your theme. May be it will work! oh! are you using plugins like wp-cache?
hi yes, i am using wp-quickcache plugin. i cleared the cache and changed the theme too but still its the same