I tried this to add a Facebook icon as well. However, the icon does not appear, instead a link with just the word “facebook” appears. I used the exact same code as above.
In the header php at the bottom of the script I inserted:
<dd><a class="facebook" href="https://www.facebook.com/in/your_account_name" target="_blank">Facebook</a></dd>
In the style css I added:
#follow dd a.facebook { padding-right: 21px; background: url(images/Facebook-icon.png) no-repeat 0 .19em; }
Do you see anything that is preventing the picture of the icon from appearing?