Tel link not working - CSS wrong?

I’m trying to use: a href=“tel:123…” yet the link doesn’t work. When I inspect the element - there’s an extra space that appears. This is a simple text box - and I’ve retyped the contents.

http://bluepill.commandcreative.net/contact/

https://d.pr/i/pLmpLG

Hey @kmatan,

That’s usually a result of syntax errors in HTML. The most common mistake is missing closing tags. Ensure there’s no error in your HTML code. To guide you in fixing HTML errors, paste your HTML in validation sites like https://htmlhint.com/

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.