Advertisement
marvelsource

replace display name with image

Jul 12th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <style type="text/css">
  2. .nametext {
  3. display:block;
  4. width:182px;
  5. height:32px;
  6. background-image:url('IMGURLHERE');
  7. padding:0;
  8. margin:-2;
  9. margin-left:-4;
  10. text-indent: -9999px;
  11. }
  12. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement