Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 在Firefox中工作但在Chrome或Safari中不工作的站点链接_Html_Google Chrome_Firefox_Safari_Hyperlink - Fatal编程技术网

Html 在Firefox中工作但在Chrome或Safari中不工作的站点链接

Html 在Firefox中工作但在Chrome或Safari中不工作的站点链接,html,google-chrome,firefox,safari,hyperlink,Html,Google Chrome,Firefox,Safari,Hyperlink,我的网站链接在Chrome和Safari中无法正常工作。它在Firefox中运行良好,但在Chrome和Safari中不会显示为链接。我有一个标题和“个人简介”、“查看卷轴”以及电子邮件的链接。谁能告诉我怎么修理这个吗?代码如下。谢谢大家! <!DOCTYPE html> <html xmlns="http://www.studiogo.tv"> <body align="center"> <link rel="stylesheet" href="fo

我的网站链接在Chrome和Safari中无法正常工作。它在Firefox中运行良好,但在Chrome和Safari中不会显示为链接。我有一个标题和“个人简介”、“查看卷轴”以及电子邮件的链接。谁能告诉我怎么修理这个吗?代码如下。谢谢大家!

<!DOCTYPE html>
<html xmlns="http://www.studiogo.tv">

<body align="center">
<link rel="stylesheet" href="format.css">

<map id="home">
<area shape="rect" coords="134,10,902,151" href="http://www.studiogo.tv" />
</map>

<map id="links">
<area shape="rect" coords="325,165,426,188" href="http://www.bradgo.com/edit" alt="View Reel" title="View Reel"    />
<area shape="rect" coords="326,187,362,207" href="http://www.studiogo.tv/bgobio.html" alt="BGOBIO" title="BGOBIO"    />
<area shape="rect" coords="718,169,754,189" href="http://www.studiogo.tv/ngobio.html" alt="NGOBIO" title="NGOBIO"    />
<area shape="rect" coords="325,135,480,153" href="mailto:bradgo@gmail.com?subject="The Hush Project"" alt="" title=""    />
<area shape="rect" coords="720,136,884,154" href="mailto:nicolekgo@gmail.com?subject="The Hush Project"" alt="" title=""    />
</map>

<table border="0" width="95%" align="center">
<tr>
    <td colspan-"1" align="center" bgcolor="black"><img src="STUDIOGO_BANNER.png" usemap="#home" border="0"></td>
</tr>
<tr>
  <td colspan="1" align="center" bgcolor="black" border="0" width="95%">
<body align="center">

<iframe width="560" height="315" src="http://www.youtube.com/embed/ialX5OqPpv8" frameborder="0" allowfullscreen></iframe>
</br>
</body>
</td>
</tr>
<tr>
    <td colspan="1" align="center" bgcolor="black"><img src="STUDIOGO_BOTTOM.png" usemap="#links" border="0"></td>
</tr>
</table>
</body>
</html>



没有例子很难说,但您可以从以下内容开始:

<area shape="rect" coords="325,135,480,153" href="mailto:bradgo@gmail.com?subject='The Hush Project'" alt="" title=""    />
<area shape="rect" coords="720,136,884,154" href="mailto:nicolekgo@gmail.com?subject='The Hush Project'" alt="" title=""    />

您正在为邮件主题使用引号,这会弄乱链接,因为主题的开头“实际上会关闭href。您应该将主题的引号替换为”