Dear Steemians,
I currently work on a project for a small business, on which i create a WordPress based Website for their services and their team/brand.
I wanted to get a clickable link for smartphones, so you could immediatly call them, when clicking the link.
This works as following:
<a href="tel:+41711234567">Click Here To Call Support 071 711 234567</a>
Obviously you can also only link it to the number itself and leave the text as a non-link
<p>Call us</ p>< a href="tel:+41711234567"> 071 711 234567</a>
Cheers
@djbk
You can post code by using backticks (`) around your code to make it look like this:
<a href="tel:+99999999">Call Us</a>
or if you have a multi-line code block you surround the block with three backticks (```) at the start and end:
<a href="tel:99999999"> Call Us </a>
This also has the added benefit of using a mono-space font so that your code lines up correctly.
Was looking for this :) Thank you very much for the info
Thank you bro, this was very helpful for me!