Advertisement
Guest User

SPONSORS BOX BY 512KB@TUMBLR

a guest
Aug 28th, 2014
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PUT THIS CODE NEXT TO <body> :
  2.  
  3. <div class="sponsors">
  4. <a href="http://URL OF YOUR SPONSOR HERE">
  5. <img src="http://static.tumblr.com/1ztifnx/mBDnb1b89/f.png"/></a>
  6. <br>
  7. <a href="http://URL OF YOUR SPONSOR HERE">
  8. <img src="http://static.tumblr.com/1ztifnx/mBDnb1b89/f.png"/></a>
  9. <br>
  10. <a href="http://URL OF YOUR SPONSOR HERE">
  11. <img src="http://static.tumblr.com/1ztifnx/mBDnb1b89/f.png"/></a>
  12. <br>
  13. <a href="http://URL OF YOUR SPONSOR HERE">
  14. <img src="http://static.tumblr.com/1ztifnx/mBDnb1b89/f.png"/></a>
  15. </div>
  16.  
  17. <---------//don't copy this bar, it's just a separator//--------->
  18.  
  19. PUT THIS CODE NEXT TO <style type="text/css"> :
  20.  
  21. .sponsors {
  22. position:fixed;
  23. top: 10px;
  24. left: 10px;
  25. overflow: auto;
  26. width: 200px;
  27. height:170px;
  28. text-align:center;
  29. }
  30.  
  31. .sponsors img {
  32. width:160px
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement