What's new

Add 32 x 32 Social Icons To Your SIte With This HTML

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Guest
Download the icons here: http://ptoone.thexyz.net/item/ba626ad1d ... 9a334ecb81

Add the code to where you want the icons to appear:

Code:
<table  cellpadding="15"  cellspacing="5"  align="left" ><tr>
<td algin="left" valign="middle">SiteName © · <a href="#" id="select_lang_pack">English (US)</a>  · </td>
</tr>
<tr>
<td algin="left" valign="middle"><table width="220px" cellspacing="4" cellpadding="4" align="center">
<tbody>
<tr>
<td valign="middle"><a href="http://www.facebook.com/thexyznetwork"><img class="alignnone size-full wp-image-756" title="facebook_32" src="social/facebook_32.png" alt="Facebook" width="32" height="32" /></a></td>
<td valign="middle"><a href="https://twitter.com/themedorks"><img src="social/twitter_32.png" alt="Twitter" title="twitter_32" width="32" height="32" class="alignnone size-full wp-image-757" /></a></td>
<td valign="middle"><a href="http://ca.linkedin.com/company/thexyz"><img src="social/linkedin_32.png" alt="LinkedIn" title="linkedin_32" width="32" height="32" class="alignnone size-full wp-image-758" /></a></td>
<td valign="middle"><a href="http://www.flickr.com/photos/photodorks"><img src="social/flickr_32.png" alt="Flickr" title="flickr_32" width="32" height="32" class="alignnone size-full wp-image-759" /></a></td>
<td valign="middle"><a href="http://vimeo.com/"><img src="social/vimeo_32.png" alt="Vimeo" title="vimeo_32" width="32" height="32" class="alignnone size-full wp-image-760" /></a></td>
<td valign="middle"><a href="http://www.youtube.com/user/thexyznetwork"><img src="social/youtube_32.png" alt="YouTube" title="youtube_32" width="32" height="32" class="alignnone size-full wp-image-761" /></a></td>
</tr>
</tbody>
</table></td>
</tr>
</table>
 
Back
Top