我一直在建立一个画廊网站,并且为了时间的推移,我购买了一个模板。所有代码都脱机并在我的计算机上运行。现在我已经上传了网站,一些图片显示出来,有些则不显示。
这是我所知道的: 所有图像都在服务器上,我验证了这一点。
我必须遗漏标签中的某些内容,因为它们对我来说似乎都是统一的,但是尽管有两个图像特别显示,而剩下的25个却没有出现。
相关网站为http://www.ddcr2.net
这是实际显示的两个图像之一的代码部分:
<div class="gallery_item">
<div class="gallery_item_padding">
<div class="gallery_item_wrapper"><a href="http://ddcr2.net/img/gallery/600_600/equipmentzoom4.jpg" class="prettyPhoto" data-rel="prettyPhoto[gallery1]" title=""></a>
<img class="gallery-stand-img" src="http://ddcr2.net/img/gallery/570_570/equipment4.jpg" alt="" width="570" height="570">
<div class="gallery_fadder"></div>
<span class="gallery_ico"></span>
</div></div></div>
以下是一段不显示的代码:
<div class="gallery_item">
<div class="gallery_item_padding">
<div class="gallery_item_wrapper"><a href="http://ddcr2.net/img/gallery/600_600/equipmentzoom1.jpg" class="prettyPhoto" data-rel="prettyPhoto[gallery1]" title=""></a>
<img class="gallery-stand-img" src="http://ddcr2.net/img/gallery/570_570/equipment1.jpg" alt="" width="570" height="570">
<div class="gallery_fadder"></div>
<span class="gallery_ico"></span>
</div></div></div>
答案 0 :(得分:0)
您的服务器没有回馈图片,只需尝试此直接链接(从img-tag中提取):click。在你的位置,我会做以下事情:
修改
发问者能够修复它,因此链接现在指向有效图像。