gpt4 book ai didi

php - 为什么 css 在 codeigniter 上不起作用?

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

<分区>

我在 xampp 上使用 code igniter。最近我做了一个简单的测试网页并附加了一个样式表但是当我在浏览器中加载页面时我的 css dosent 工作(页面没有任何效果)。我看了很多帖子,但没有帮助。下面是网页查看代码。

<html>
<head>
<title>Web test Site</title>
<link href="./css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1><?php echo $mytitle; ?> </h1>
<p class='test'> <?php echo $mytext; ?> </p>
</body>
</html>

CSS 代码:

h1{
color:red;
}

注意:我已将我的 css 文件夹放在应用程序文件夹之外。即

我的网络元素:-应用-系统-用户指南-css(文件夹在根目录)

请帮助我,我是代码点火器的新手。

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