亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

無法弄清楚如何指定后臺 url 網頁

無法弄清楚如何指定后臺 url 網頁

浮云間 2023-09-18 10:33:11
我正在嘗試拍攝一張圖像并將其重復顯示在我的網頁頂部,但我什至無法顯示它。我不知道如何正確指定 url。我需要在網站名稱周圍加上單引號。<!DOCTYPE html><html><head><style> html {   background: url(fromthehartle.freeservers.com/images/CatTopBorder.gif) no-repeat center fixed;   background-size: cover;}body {  color: white; }</style></head><body><p>sample text</p></body></html>
查看完整描述

2 回答

?
Smart貓小萌

TA貢獻1911條經驗 獲得超7個贊

我無法顯示您的 GIF,可能是因為它不是通過 https 傳輸的。我在支持 https 的服務器上重新上傳了圖像。您需要從正文中刪除白色,否則您將無法看到文本


<html> 

<head>

    <style>     

        html {

            background-image: url("https://i.ibb.co/bK2yczN/cat.png");

            background-size: cover;

        }

    </style>

</head>  

<body> 

    <p>sample text</p>

</body>

</html>


查看完整回答
反對 回復 2023-09-18
?
30秒到達戰場

TA貢獻1828條經驗 獲得超6個贊

<!DOCTYPE html>

<html>

<head>

<style> 

.header { 

   background-image: url("http://fromthehartle.freeservers.com/images/CatTopBorder.gif");

   height:100px;

}


body { 

 color: white; 

}

</style>

</head>

<body>

<div class='header'>


<p>sample text</p>


</body>

</html>


查看完整回答
反對 回復 2023-09-18
  • 2 回答
  • 0 關注
  • 132 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號