How To Make Text Wrap Around Adsense

advertisement

This simple code aligns the adsense ad to the left and text wrapping around it.

If you want the adsense ad to the right, just change the [float: left] to [float: right]

  1. <div style="float: left; margin: 3px 3px 3px 3px;">
  2.  
  3. adsense code goes here
  4.  
  5. </div>