我正尝试在我的服装店网页中添加产品图片,但没有加载
我尝试更改图像的位置,但是它无法正常工作,图像存储在名为Images的子文件夹中,该子文件夹存储在名为Clothing Shop的文件夹中,该文件夹存储在xampp的htdocs中
此处是代码:
<div class="card">
<img src="../Images/hoodie 4.jpg" alt="Hoodie 1" style="width:100%">
<h1>Tailored Jeans</h1>
<p class="price">$19.99</p>
<p>Some text about the jeans..</p>
<p><button>Add to Cart</button></p>
</div>
答案 0 :(得分:-1)
尝试删除文件名中的空格可能有效。