my iPad is recognizing telephone numbers on my site and breaks the layout. How I can stop that?

我的iPad正在识别我网站上的电话号码并打破了布局。我怎么能阻止它?

The site is here: my site

该网站在这里:我的网站

2 个解决方案

#1


6

You can let the DOM know not to code tel functionality into the content encoding with the following meta tag:

您可以让DOM知道不使用以下元标记将tel功能编码到内容编码中:

<meta name = "format-detection" content = "telephone=no">

Hope this helps.

希望这可以帮助。

更多相关文章

  1. 网站开发进阶(二十五)js如何将html表格导出为excel文件
  2. 正文获取摘要 去除html标记
  3. 【竞价网站绝技】根据访客ip,页面显示访客所属城市的html代码(借用
  4. 在h:inputTextarea中阻止Html标记
  5. 用正则表达式剔除文本里面HTML标记
  6. 我的HTML INPUT无效标记,请帮忙
  7. 如何将标记中的值传递给PHP变量?
  8. 如何在网站中找到未使用的图像和CSS样式?
  9. 如何使用一个锚标记打开多个链接

随机推荐

  1. openpyxl读取excel中公式的结果值
  2. caffe中各语言预处理对应方式
  3. Python 3基础教程1-环境安装和运行环境
  4. joblib跟踪进展。并行执行
  5. 如何停止Py_Initialise应用程序的崩溃?
  6. X和y有不相容的形状
  7. Cloud Pub / Sub Demo:403未授权用户执行
  8. 解决Linux下运行Python脚本显示“: 没有
  9. Python学习日记20180413
  10. 在Django,我的request.session没有结束...