Advertisement
OmgImAlexis

Adsense positioning

Jul 24th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. *DO NOT USE FIXED IT WILL GET YOUR ADSENSE SUSPENDED*
  2.  
  3. Ad positioned at the top-left of your blog:
  4. <div style="position:absolute; top:5px; left:5px;">
  5. PASTE YOUR ADD CODE HERE
  6. </div>
  7.  
  8. Ad positioned at the top-right (under the follow, customize etc buttons) of your blog:
  9. <div style="position:absolute; top:35px; right:5px;">
  10. PASTE YOUR ADD CODE HERE
  11. </div>
  12.  
  13. Ad positioned at the bottom-left of your blog:
  14. <div style="position:absolute; bottom:0px; left:0px;">
  15. PASTE YOUR ADD CODE HERE
  16. </div>
  17.  
  18. Ad positioned at the bottom-right of your blog:
  19. <div style="position:absolute; bottom:0px; right:0px;">
  20. PASTE YOUR ADD CODE HERE
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement