Your Ad Here

Posted By

derekholmes on 12/11/09


Tagged

image href


Versions (?)

Image Link


 / Published in: HTML
 

I use this all the time for a single link with an image on the left

  1. <a href="/link.aspx"
  2. style="padding-left: 20px; background-image: url(/images/add.gif);
  3. background-repeat: no-repeat; background-position: left center;"
  4. title="Click Me" class="noPrint" >
  5.  
  6. <strong>Link</strong>
  7. </a>

Report this snippet  

You need to login to post a comment.