HTML Tips & Tricks

CLICK TO CALL
Use this code to display (embed) a phone number that, when clicked, will open the device's phone app and populate the number entered: <span>P...
Tue, 18 Jun, 2024 at 3:22 PM
CLICK TO TEXT
Use these codes to display (embed) verbiage that, when clicked, will open the device's messaging app, populate a message to be sent, and populate the re...
Tue, 18 Jun, 2024 at 3:25 PM
EMBEDDING AN IMAGE
The images you embed can be static or they can be clickable. Embedding a Static Image <img src="https://media1.tenor.com/images/2d39a10830dd...
Thu, 25 Jun, 2020 at 1:31 PM
EMBEDDING A CLICKABLE BUTTON
Use a site like https://dabuttonfactory.com/ to create your button <a href="http://www.google.com/"><img src="https://dabutt...
Thu, 25 Jun, 2020 at 1:33 PM
KIOSK DISPLAY ICONS
Using the HTML code below you can create a more visually engaging kiosk display by including relevant icons.  Example: When the code below is added to t...
Thu, 25 Jun, 2020 at 1:07 PM
CUSTOM WEB FORM - CSS STYLE FIX
If your custom web form looks like this after embedding it on your website, it is most likely conflicting with the CSS style sheet on the webpage you are us...
Fri, 17 Jul, 2020 at 9:54 AM