gpt4 book ai didi

html - 我的 img 去哪儿了?

转载 作者:行者123 更新时间:2023-11-28 16:40:41 26 4
gpt4 key购买 nike

谁能告诉我为什么我的图片无法显示?这让我发疯!

下面是代码——也许我漏掉了一个冒号之类的?还是不确定 DTD strict 是否与此有关?

问题是背景颜色如预期,alt 名称显示,但图像丢失???

风格......

div#topbox {
color: #000000;
background-color: #FFFFCC;
}
img
{
float:right;
}

正文中的 div html 代码看起来像这样......

<div id="topbox">
<h2>Next Fashion</h2>
<img src="fashion5.jpg" width="200" height="150" alt="Fur Coat" />
<p>The following design is the latest in fur: minx is out, New Zealand possum fur is in!: </p>
</div>

在我发疯并开始告诉每个人恶魔可以拥有计算机之前有什么想法吗?

如有任何帮助,我们将不胜感激。

最佳答案

尝试在 img src 中给出绝对路径,例如

   img src="https://www.google.co.uk/images/srpr/fashion5.png" 

代替

   img src="fashion5.jpg"

关于html - 我的 img 去哪儿了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21330138/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com