Link an image on my site to a Facebook page

Avatar
  • Answered
I need to display Facebook logo and hyplink to our page
Avatar
JeffMa
This can vary depending on how your site is built, however, in general you would just place a link in HTML with the image embedded instead of text. For example, something like this would be entered within your code:

<a href=http://facebook.com><img src="/link/to/your/image/here"></a>