簡體   English   中英

CSS 文件未與我的 html 文件鏈接

[英]CSS file not linking up with my html file

在此處輸入圖像描述

這是一個屏幕截圖。 我嘗試將 style.css 放在與我的 sign.php 文件相同的文件夾中,並將 href 更改為“style.css”,然后它就可以工作了。 我不知道為什么如果它不在文件夾中它不會鏈接。 這里可能是什么問題?

我打錯路徑了嗎?

你需要 go 回到一個目錄。

Your PHP file is in users/sign.php so to load the css you need to add ../ before your css path to go back to your root. 或者您可以添加<base href="">並在 href 中添加根路徑

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM