0
我有一個網站,我正在忙於創建,但是當我上傳我的網站直播時,一個圖像不顯示。下面是代碼圖像不顯示在HTML活網站
<div id="adbox">
<div class="clearfix">
<img src="images/family-large.jpg" alt="Img" height="382" width="594">
<div class="detail">
<h1>Implementing Strategic and Effective Legal Solutions</h1>
</div>
</div>
</div>
和CSS是如下
.clearfix {
width: 960px;
margin: 0 auto;
}
.clearfix:after {
clear:both;
content:"";
display:block;
line-height:0;
height:100%;
}
This is what it shows What it suppose to show
這是最有可能的路徑問題。嘗試'/images/family-large.jpg'並檢查Firebug中的圖像路徑(或類似) –
發送圖像未加載頁面的url –
我認爲'src'應該是'../images/family-large .jpg' –