Posts

Showing posts with the label text-decorations

Microsoft Edge ignores text-decoration:none; for my telephone number

Image
Microsoft Edge ignores text-decoration:none; for my telephone number I just have my number on my website with an image above it acting as a link so mobile users just click it and call me. I was checking my site through a few browsers and Microsoft Edge underlines the phone number and changes the color to blue to show that it is a hyperlink. It continues to do so even after declaring the text-decoration to none. For the sake of not broadcasting my phone number on a site that gets a lot of traffic, I do not want to provide the link to my website. I can however show the piece of code with a fake number: 555.555.5555 I appreciate any and all feedback as I am relatively new and self taught, so please excuse any code that may seem to be set up oddly. 2 Answers 2 Ran into the same problem. It's not supported in Edge according to caniuse.com. https://caniuse.com/#search=text-decoration ...