Hello @jyjaco,
I have logged in and I found out that in your "We’re Social’ section, you have added this broken HTML code:
<a href="https://www.youtube.com/channel/UC0k0owrTiJet0Eu0PhkAWlw">
<img src="https://sanctuary-nc-podcast.s3.us-east-2.amazonaws.com/2019/Website+Iconography/youtube.svg" style="width:75px;height:75px; padding:10px;">
<a href="https://www.facebook.com/SanctuaryOfNC">
<img src="https://sanctuary-nc-podcast.s3.us-east-2.amazonaws.com/2019/Website+Iconography/facebook.svg" style="width:75px;height:75px;padding:10px;">
<a href="https://www.instagram.com/sanctuaryofnc/">
<img src="https://sanctuary-nc-podcast.s3.us-east-2.amazonaws.com/2019/Website+Iconography/instagram.svg" style="width:75px;height:75px;padding:10px;">
<a href="https://twitter.com/sanctuaryofnc">
<img src="https://sanctuary-nc-podcast.s3.us-east-2.amazonaws.com/2019/Website+Iconography/twitter.svg" style="width:75px;height:75px;padding:10px;">
The correct code format should always be:
<a href="#your-link-URL-here" >
<img src="https://via.placeholder.com/150">
</a>
Make sure to close any HTML tags especially the <a>
tag to prevent any issues. Please edit your page and correct your code now.
Thanks.