图像无法在服务器上呈现

时间:2011-07-16 13:30:34

标签: html ftp

我正在将网页上传到ftp服务器。此页面包含具有相对路径的图像。我的所有图像都包含在名为Images的文件夹中。图像源标记看起来像这样。

<img src="./images/construction_right.png" width="118" height="118" alt="under construction">

问题是当我浏览服务器上的页面时,图像不会呈现。但是当我在html页面上创建一个ankor并单击它时,我可以导航到图像。

请告知。

感谢您的时间。

修改

FTP服务器:

07/16/2011 02:10 PM目录。
07/16/2011 02:10 PM目录..
07/16/2011 02:08 PM目录图像
07/16/2011 02:10 PM 929 index.html

的index.html:

<html>
<head>
<title>KDC SARL</title>
</head>

<body>
<div align="center"  style="border:double;background-color:#933">
    <table>
        <tr>
          <td><img src="images/construction_left.png" width="118" height="118" alt="under construction"></td>
          <td>
            <div>
                <div align="center">
                    <strong style="font-size:36px">KDC furniture website is under construction</strong>
            </div> 
          </td>
          <td><img src="images/construction_right.png" width="118" height="118" alt="under construction"></td>
        </tr>
    </table>     
<br/>
    <img src="images/girl_sofa.jpg" width="882" height="262" alt="girl saloon">
    <br/>
    <img src="images/kinwai.jpg" width="883" height="290" alt="saloon">
</div>
</body>

</html>

1 个答案:

答案 0 :(得分:1)

  • 删除./ - 那是多余的
  • 检查文件夹的大小写。这可能会导致一个奇怪的错误。