gpt4 book ai didi

上传到服务器时 CSS 样式不起作用?

转载 作者:行者123 更新时间:2023-11-28 05:19:58 24 4
gpt4 key购买 nike

我已经根据网站其余部分的模板创建了一个基本页面,但将其中的大部分内容分开以使该页面看起来“未经设计”。它只有一个无序列表,一个短段落固定在顶部,一个 Logo float 在右侧。它在系统预览中工作,但当上传到服务器时,它会丢失所有 CSS 样式。

这是 html:

#title {
width:400px;
position:fixed;
}

#icon {
position:relative;
float:right;
}

h5 {
font-size:25px;
color:#ff6682;
line-height:1.35em;
}

a:link {
color:#253b84;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>/other</title>
<link href="assets/scripts/AMK_Website.css" rel="stylesheet"
type="text/css" />
</head>
<body>
<div id="icon">
<img src="assets/images/icon/icon.gif" width="80" height="106" alt=""/>
</div>
<div id="title">
<h5> /other is a collection of personal work in design photography, as
well as work that inspires me. To get back to
the important stuff, <a href="index.html">click here</a>
</h5>
</div>
<div id="photolist">
<ul>
<li><img src="assets/images/other/1.jpg" width="768" height="1024"
alt=""/></li>
</ul>
</div>
</body>
</html>

感谢帮助!

最佳答案

听起来您的 css 不在 html 链接期望的位置。如果您指向 assets/ 中的文件,请确保该文件夹与您的 html 文件位于同一目录中,并确保它包含该特定的 css 文件。

关于上传到服务器时 CSS 样式不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39110931/

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