Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/85.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.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 netlify上未加载图像,链接不';行不通_Html_Netlify - Fatal编程技术网

Html netlify上未加载图像,链接不';行不通

Html netlify上未加载图像,链接不';行不通,html,netlify,Html,Netlify,html{ 背景色:#abb2bc; } 身体{ 保证金:0; } h1{ 保证金:0; 背景色:#363b42; } img{ 宽度:250px; } navbar先生{ 文本对齐:居中; } .blogpost{ 背景色:白色; 填充:5%; 利润率:3% } #博客头{ 边缘顶部:15px; } .blogimage{ 边缘顶部:25px; } GamingCoachBlog 野马教练 最近的博客文章 必须指定要链接的路径,否则它将不知道要指向的位置 <!DOCTYPE html&

html{
背景色:#abb2bc;
}
身体{
保证金:0;
}
h1{
保证金:0;
背景色:#363b42;
}
img{
宽度:250px;
}
navbar先生{
文本对齐:居中;
}
.blogpost{
背景色:白色;
填充:5%;
利润率:3%
}
#博客头{
边缘顶部:15px;
}
.blogimage{
边缘顶部:25px;
}

GamingCoachBlog
野马教练
最近的博客文章

必须指定要链接的路径,否则它将不知道要指向的位置

<!DOCTYPE html>
<html>

<head>
  <title>GamingCoachBlog</title>
  <link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>
  <header>
      <div class="navbar">
        <h1>GamingCoach</h1>
      </div>
  </header>
  <main>
    <div class="blogpost">
      <h2 id="blogheader">Recent Blog Posts</h2>
      <a  href="C:/Users/david/Desktop/Blog/Articles/Ten Fortnite Tips For Season 8/index.html"><img class="blogimage" src="C:/Users/david/Desktop/Blog/Images/How to get more wins in Fortnite.png" alt="How to get more wins in Fortnite"></a>
    </div>
  </main>
</body>

</html>

GamingCoachBlog
野马教练
最近的博客文章

指定要链接的路径是什么意思。我把C:放在/Users之前,但现在当我在本地服务器上加载网站时,它也不会加载到那里。这似乎是这个问题的重复:-这是一个正确的答案