我是新來的CI,爲了測試它是如何工作的,我開始製作css文件然後是html文件,但問題是我無法將我的css文件鏈接到html文件。
這是我的html:css未鏈接到codeignitor中的html文件
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="code/application/style/style.css">
<title>Insert title here</title>
</head>
<body>
Hi
</body>
</html>
這是我的CSS:
body
{
background-color: black ;
}
可能重複的文件無法正確加載在其他代碼的頁面](http://stackoverflow.com/questions/21739397/bootstrap-files-not-load-properly-in-other-codeigniter-pages) –