使用主题文件(包含CSS文件)时遇到的问题

出错提示:
使用主题 css 文件要求页上有标头控件。

解决方案:
要在<head>标签中加入runat属性(即:将<head>标签作为服务器控件使用),如下:
<html>
<head runat="server">
</head>
<body>
</body>
</html>
posted @ 2006-08-08 01:58  pensir  阅读(4942)  评论(5编辑  收藏  举报