Advertisement
rowrz

elemental network badge

May 3rd, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.17 KB | None | 0 0
  1. To place the pre-made badge anywhere use this:
  2.  
  3. <div><a title="The Elemental Network" href="http://the-elemental-network.tumblr.com/"><img src="http://static.tumblr.com/4ra4qv5/S3hn53qs2/elemen.png"  width="30" /></a></div>
  4.  
  5. To place it top right use this:
  6.  
  7. <div style="position:fixed; top:0px; right:0x;"><a title="The Elemental Network" href="http://the-elemental-network.tumblr.com/"><img src="http://static.tumblr.com/4ra4qv5/S3hn53qs2/elemen.png"  width="30" /></a></div>
  8.  
  9. Bottom right:
  10.  
  11. <div style="position:fixed; bottom:0px; right:0x;"><a title="The Elemental Network" href="http://the-elemental-network.tumblr.com/"><img src="http://static.tumblr.com/4ra4qv5/S3hn53qs2/elemen.png"  width="30" /></a></div>
  12.  
  13. Bottom left:
  14.  
  15. <div style="position:fixed; bottom:0px; left:0x;"><a title="The Elemental Network" href="http://the-elemental-network.tumblr.com/"><img src="http://static.tumblr.com/4ra4qv5/S3hn53qs2/elemen.png"  width="30" /></a></div>
  16.  
  17. Top left:
  18.  
  19. <div style="position:fixed; top:0px; left:0x;"><a title="The Elemental Network" href="http://the-elemental-network.tumblr.com/"><img src="http://static.tumblr.com/4ra4qv5/S3hn53qs2/elemen.png"  width="30" /></a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement