Help?? How do I make my blog post text wrap around my Adsense block?

3 replies
  • SEO
  • |
Hello all,

I find I get lots of Adsense clicks on my sites where the Adsense block is nestled into my content - and this is what i do on my HTML sites.

I can't seem to get this effect in my blog posts though. The text always ends up above the Adsense and below it but not beside it too

Can anyone help?
Thanks
#adsense #block #blog #make #post #text #wrap
  • Profile picture of the author Lee Wilson
    Try this just above your content. Change float:left to float:right if you prefer.

    Code:
     
    <div style="display:block;float:left;margin: 5px 5px 5px 5px;">
     
    adsense code here
     
    </div>
     
    Content here
    {{ DiscussionBoard.errors[1603939].message }}
    • Profile picture of the author icrystal
      That's what i needed! Thanks so much
      {{ DiscussionBoard.errors[1603965].message }}
  • Profile picture of the author FaTaLiT33
    Thanks L Wilson needed that too
    {{ DiscussionBoard.errors[1605351].message }}

Trending Topics