Currently dealing with an issue where the background of my webpage is black and the telephone number displayed in white letters becomes invisible on my iPhone's Safari browser. Interestingly, this problem does not occur in other browsers. Here's the code I'm using:
<p style="text-align: center;"><span style="color: #ffffff;text-decoration:none;">Tel. : 0171 268 5450</span></p>
My assumption is that Safari is recognizing the field as a telephone number and underlining it, causing it to blend into the black background. How can I eliminate this underline?