无法在Codeigniter中加载CSS样式表 [英] Can't load css stylesheet in Codeigniter

查看:66
本文介绍了无法在Codeigniter中加载CSS样式表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有用于CI视图的主要CSS样式表,但是当加载另一个链接并切换到另一页面时,Codeigniter找不到css样式表吗?

I have main CSS stylesheet for CI views, when but when load another link and switch to another page, Codeigniter have problem to locate css style-sheet?

CSS在标头中经典地链接,未使用 base_url();

CSS is classically linked in header, did not used frameworks helpers like base_url();

推荐答案

加载CSS将是

href= "<?php echo base_url()?>assets/css/stylesheet.css"

文件结构如下

application
assets
    css
        stylesheet.css
system
index.php








注意确保基本网址设置正确。

Note Make sure Base Url is set correctly.

这篇关于无法在Codeigniter中加载CSS样式表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆