【问题标题】:Removing blue links in an image map HTML删除图像映射 HTML 中的蓝色链接
【发布时间】:2014-12-04 09:22:12
【问题描述】:

我正在为带有 h​​tml 地图的客户构建电子邮件。但是,我似乎无法让链接周围的蓝线(点击它们之后)消失。

我需要帮助。

<p> <br>
      <img alt="Hogan" src="http://lsa5.0.assets.s3.amazonaws.com/wp-content/uploads/2014/12/club_DEM_HK-LifeStyleAsia.jpg"
        style="border-style: none"
        usemap="#map1417501545030"><map
        border:="0"
        border-color="transparent"
        id="map1417501545030"
        name="map1417501545030"
        usemap="#map1417501545030]">
        border:="0" <area alt="" border="0" coords="300,115,347,132" href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&amp;c=20&amp;mc=click&amp;pli=11769974&amp;PluID=0&amp;ord=%%CACHEBUSTER%%"
          shape="alt=&quot;&quot;"
          target="_self"
          title="">
        <area alt="" border="0" coords="9,925,631,1527" href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&amp;c=20&amp;mc=click&amp;pli=11769971&amp;PluID=0&amp;ord=%%CACHEBUSTER%%"
          shape="rect"
          target="_self"
          title="">
        <area alt="" border="0" coords="329,681,632,911" href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&amp;c=20&amp;mc=click&amp;pli=11769977&amp;PluID=0&amp;ord=%%CACHEBUSTER%%"
          shape="rect"
          target="_self"
          title="">

【问题讨论】:

  • 我不明白你的问题。您能否描述一下如何准确地重现您的问题以及预期的行为?
  • 当我们在 Chrome 中预览页面或将其发送到任何电子邮件浏览器时,链接周围会出现一条蓝线。我们正在尝试摆脱链接周围的这些蓝线,这里是原始 [link]send.lifestyleasia.com/t/ViewEmail/r/…

标签: html hyperlink imagemap


【解决方案1】:

尝试设置

style=" outline: none;"

到链接的元素。

【讨论】:

    【解决方案2】:

    下面应该可以解决问题:

     style="outline: none;"
    

    我已将其添加到您的 HTML 中。

    <p> <br>
          <img alt="Hogan" src="http://lsa5.0.assets.s3.amazonaws.com/wp-content/uploads/2014/12/club_DEM_HK-LifeStyleAsia.jpg"
            style="border-style: none"
            usemap="#map1417501545030"><map
            border:="0"
            border-color="transparent"
            id="map1417501545030"
            name="map1417501545030"
            usemap="#map1417501545030]">
            border:="0" <area alt="" border="0" coords="300,115,347,132" href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&amp;c=20&amp;mc=click&amp;pli=11769974&amp;PluID=0&amp;ord=%%CACHEBUSTER%%"
              shape="alt=&quot;&quot;"
              target="_self"
              title="" style="outline: none;">
            <area alt="" border="0" coords="9,925,631,1527" href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&amp;c=20&amp;mc=click&amp;pli=11769971&amp;PluID=0&amp;ord=%%CACHEBUSTER%%"
              shape="rect"
              target="_self"
              title="" style="outline: none;">
            <area alt="" border="0" coords="329,681,632,911" href="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&amp;c=20&amp;mc=click&amp;pli=11769977&amp;PluID=0&amp;ord=%%CACHEBUSTER%%"
              shape="rect"
              target="_self"
              title="" style="outline: none;">

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-10-01
      • 2015-06-05
      • 2020-08-26
      • 2011-02-16
      • 2016-07-21
      相关资源
      最近更新 更多