Please look at my test blog here and notice how the adsense unit is placed. http://jumptidumpti.blogspot.com/ I want it to be wrapped inside and aligned left in the blog post. Right now it is placed more above the text than aligned left, only a small portion of text is next to the adsense unit. How do I do that? What I did is I placed the adsense code like this: <p><my adsense code><dataost.body/></p>
Try this: <p style="float:left; margin-right:10px; margin-top:0px;">YOUR AD CODE</p> Code (markup): Note the margin-right is the amount of space you want to the right of the ad, so that it separates it from the rest of the content...