How do I wrap text around an adsense block? For instance, putting the ad within an article. I'm using Wordpress, is there a plugin for that? Thanks
I don't know about wordpress plugins, but you'd have to edit the template files and add a div with style="float:left" or right. search for float css on google if you need help.