Textflow around Adsense block

by un
4 replies
  • SEO
  • |
I'm trying to insert the 336 x 280 adsense block in a page and I want the text to flow around it not just be above or below it. Is there an easy fix for this? Pretty much want the text to flow around it as if it was an image.

Thanks.
#adsense #block #textflow
  • Profile picture of the author paulgl
    There may be a wordpress or other plug in if you
    are doing blogs. I'm sure there are website templates
    that take the text and autowrap it.

    I do it by hand using tables. Not that hard, a few lines
    of code. Then tweak the text so that it looks right.

    Once you do one, just copy the basic form and fill in
    the text.

    If you know how to make the text flow around an image,
    then there ya go!

    Paul
    Signature

    If you were disappointed in your results today, lower your standards tomorrow.

    {{ DiscussionBoard.errors[2099430].message }}
    • Profile picture of the author un
      Thanks for the info. I was hoping to avoid tables if possible, Wordpress really has made me a lazy coder

      I did actually find that the latest version of Easy Adsense plugin does support text wrap and works nicely. One thing to beware of with this plugin is that by default it lists the plugin creator's adsense code and even when you put yours in, if you ever change your theme, his code magically reappears.

      I just went into the php files though and found his code and removed it once and for all.
      {{ DiscussionBoard.errors[2100585].message }}
      • Profile picture of the author bronk
        This works for me....

        <div style= display:block;float:right;margin: 5px 5px 5px 5px; >
        Insert adsense code here
        </div>

        This floats the add to the right. Just change right to left to float to left.

        Give it a go.
        {{ DiscussionBoard.errors[2100645].message }}
        • Profile picture of the author un
          ahh thank you. I thought it might be possible with div tags but I'm really a novice with them.
          {{ DiscussionBoard.errors[2100651].message }}

Trending Topics