Hi All, please take a look at the following page: http://www.sparetimeincome.net/?p=5 I am using the adsensedelux plugin <--!adsense--> what I am trying to do is place the adsense block on the right hand side so that the text wraps it. Can anyone help me out with this please. Thanks
I wrote an article about this a year ago (How to integrate google adsense with your Wordpress Blog without using plugins) If you want to use the plugin then all you need to do is wrap a div class around the adsense plugin code I used to use .adsense-right { display:block; float:right; margin: 0px 0px 5px 10px; } Code (markup): so you would have <div class="adsense-right"> ....adsense plugin code </div> Code (markup): let me know if you have any problems