Copy link to clipboard
Copied
So, my website, www.dennyxsoloist.com isn't allowing me to click on external links. Now when I right click the links, they work but when I go to click on the actual icon, they don't do anything. I've tried linking them in properties, css design. I don't know what else to do. I tripled checked the links and the codes, it even says my external links are all broken in the check links section but when I click to open url in browser it works just fine.
Copy link to clipboard
Copied
When you view the site that you are trying to link to, you will see the full URL in the address bar as per
This means that, instead of
<a href="www.facebook.com/dennyxsoloist">Facebook</a>
it should read
<a href="https://www.facebook.com/dennyxsoloist ">Facebook</a>
The same for the other links.