How to Wrap Google Adsense in Text | Left top (or Roght top) Corner

Many blogger or webmaster want to wrap Google Adsense ad in left top corner or at the right top corner of the text. Here I am showing , how to implement this in very simple way.
For LEFT TOP position : Do as shown below.

<div style=”display:block;float:left;margin: 0px 0px 0px 0px;”>
put adsense or chitika code here
</div> 


Here put your main content.
————————————————————————–
For RIGHT TOP position : Do as shown below.

<div style=”display:block;float:right;margin: 0px 0px 0px 0px;”>
put adsense or chitika code here
</div> 

Here put your main content.
————————————————————————–

For margin edit see the blue color value and edit it as per your choice.

<div style=”display:block;float:left;margin: 0px 0px 0px 0px;”>
put adsense or chitika code here
</div> 

Here put your main content.
————————————————————————–

See also  How to Change Adsense Payment Method | How to fill Adsense Payment Detail | Wire Transfer to Receive Money to your Account

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *