框架后台用LINK链接怎么引入不了CSS呀

浏览:1908 发布日期:2013/08/24 分类:求助交流
这是我的后台,用<link rel='stylesheet' type='text/css' href='../Public/css/ht.css'>为何进入不了CSS文件

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>后台管理系统</title>
<link rel='stylesheet' type='text/css' href='../Public/css/ht.css'>
</head>
<frameset rows="80,*" cols="*" framespacing="15" frameborder="yes" border="15" bordercolor="#999999">
<frame src="__URL__/top" name="top" scrolling="No" noresize="noresize" id="topframe" title="topframe" />
<frameset rows="*" cols="180,*" framespacing="15" frameborder="yes" border="15" bordercolor="#999999">
<frame src="__URL__/left" name="left" scrolling="No" noresize="noresize" id="leftframe" title="leftframe" />
<frame src="__URL__/main" name="main" id="mainframe" title="mainframe" />
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
最佳答案
评论( 相关
后面还有条评论,点击查看>>