fix
Please note: This website includes an accessibility system. Press Control-F11 to adjust the website to people with visual disabilities who are using a screen reader; Press Control-F10 to open an accessibility menu.

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>