Okay, I've just started using ads on blog http://www.mubinahmed.com I tired putting it in with the text but, the damn thing just came up in the middle, what do I do if I want the text to wrap around it? Much Like http://www.johnchow.com
It looks like you've figure it out . . . have you? Nice site, BTW. One question, though . . . I saw your adsense check and wondered where it came from (what site). Mind sharing the website you made all that money from?
@mubin: use the Adsense Manager plugin for Wordpress. It can be found here: http://www.mutube.com/projects/wordpress/adsense-manager/ @bigp: he uses proxy sites. Details of which can be found on his blog.
Thanks for asking and anwering guys But I am using the adsense deluxe plugin, and I have got it worked out a bit, but I want something that makes a square in the text like at JohnCHow.
mubin: I would have assumed that Adsense Deluxe would take care of that for you. I know that with Adsense Manager, you get an "insert ad" button in the post editing screen. Failing that, you can always enter the code directly like so: <div style="float:left;padding:1px;"> <!-- Adsense code here --> </div> Body of post text text text. Code (markup):
By putting that div style thing in there I should be able to get it on the side? Also, does that go in the beginning of the post?
@mubin: for left or right - change the "left" to "right" in the float directive above. Up to how you want it. As for whether it goes to the top or bottom, again that's up to you. You can even stick it in the middle of your post. Be careful of this manual method though - once your page has got three ads shown, the other posts may have small little gaps of space appearing because the Adsense bot would automatically stop showing the ads in the other posts. I still think for ease of management, it would be best to try and get either one of those two Adsense plugins to work for you. Good luck!