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.
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.
————————————————————————–
Leave a Reply