How to wrap text around Google Adsense ads (also works for Chitika):
1. First off you need to get into your text editor you use for html coding. You can use the coding section of Dreamweaver or FrontPage, or use Notepad. Then you have to find where in your content you want the text to wrap around the ads. Anywhere will work for your first try, you can then copy and place the text where you please. Or, you can do this directly inside the WordPress Admin. But before you do, make sure you backup your WordPress.
2. Once you found the spot you like you need to add the following div tag around your adsense or chitika code.
That’s it!
Explanation of the div tag
The float:right attribute can be changed to float:left or float:center as well and it will position the ads in those positions while allowing the text to wrap around the ads that directly proceeds and follows it. I also add the margin code to add a margin of white space around the text wrap on the top, bottom, left, and right. You can add or remove space as you wish. The display:block element basically just describes whether you want to break the line where you are inserting the ad or let the browser find where to break the line and wrap the proceeding text. If you want the browser to do it just choose block:inline.
You can place the code directly into each post or page by selecting HTML in the WYSIWYG editor. Or, if you want the ad to appear at the same place each time, and to SAVE you time, you can place the code directly into your theme. Just visit the theme editor and add it where you want to inside the page that says single_post.php (page could be named differently).
If you need help with setting this up, just drop me a line, and I can set it up for you.